We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent badd7b0 commit 0863860Copy full SHA for 0863860
1 file changed
test/setup.js
@@ -11,6 +11,7 @@ if (typeof global.XMLHttpRequest === "undefined") {
11
// Define a writable global binding for WebSocket when Node does not provide one
12
if (typeof WebSocket === "undefined") {
13
/* eslint-disable no-var */
14
+ // eslint-disable-next-line vars-on-top
15
var WebSocket = undefined; // creates the global binding
16
/* eslint-enable no-var */
17
}
0 commit comments