summaryrefslogtreecommitdiff
path: root/tests/node_compat/polyfill_globals.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/node_compat/polyfill_globals.js')
-rw-r--r--tests/node_compat/polyfill_globals.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/node_compat/polyfill_globals.js b/tests/node_compat/polyfill_globals.js
index 79e1cc3f9..f22143d9b 100644
--- a/tests/node_compat/polyfill_globals.js
+++ b/tests/node_compat/polyfill_globals.js
@@ -18,4 +18,3 @@ globalThis.performance = performance;
globalThis.setImmediate = setImmediate;
globalThis.setInterval = setInterval;
globalThis.setTimeout = setTimeout;
-delete globalThis.window;