summaryrefslogtreecommitdiff
path: root/tests/node_compat/test/common/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/node_compat/test/common/index.js')
-rw-r--r--tests/node_compat/test/common/index.js1
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)