Skip to content

Commit c8dff37

Browse files
committed
test: fix lint error by removing unused common variable assignment
Remove variable assignment from common module require to fix ESLint no-unused-vars error.
1 parent bd73517 commit c8dff37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-whatwg-events-add-event-listener-options-passive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
const common = require('../common');
3+
require('../common');
44

55
// Manually converted from https://github.com/web-platform-tests/wpt/blob/master/dom/events/AddEventListenerOptions-passive.html
66
// in order to define the `document` ourselves

0 commit comments

Comments
 (0)