Skip to content

Commit 0863860

Browse files
committed
chore(test): make the linter pass
1 parent badd7b0 commit 0863860

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/setup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ if (typeof global.XMLHttpRequest === "undefined") {
1111
// Define a writable global binding for WebSocket when Node does not provide one
1212
if (typeof WebSocket === "undefined") {
1313
/* eslint-disable no-var */
14+
// eslint-disable-next-line vars-on-top
1415
var WebSocket = undefined; // creates the global binding
1516
/* eslint-enable no-var */
1617
}

0 commit comments

Comments
 (0)