diff options
Diffstat (limited to 'tests/node_compat/test/common/index.js')
-rw-r--r-- | tests/node_compat/test/common/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/node_compat/test/common/index.js b/tests/node_compat/test/common/index.js index 2ebb22da2..bc1ea05e4 100644 --- a/tests/node_compat/test/common/index.js +++ b/tests/node_compat/test/common/index.js @@ -62,7 +62,6 @@ let knownGlobals = [ self, sessionStorage, setImmediate, - window, ]; if (global.AbortController) |