Skip to content

Commit

Permalink
Added linting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanTet committed Oct 28, 2023
1 parent 4d61cac commit 3079e71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/parallel/test-url-revokeobjecturl.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';
const common = require('../common');
const fixtures = require('../common/fixtures');

// Test ensures that the function receives the url argument.

Expand All @@ -11,4 +10,4 @@ assert.throws(() => {
}, {
code: 'ERR_MISSING_ARGS',
name: 'TypeError',
});
});

0 comments on commit 3079e71

Please sign in to comment.