summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/tests/types.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/types.out b/cli/tests/types.out
index 2d5a39e64..6c17b0f90 100644
--- a/cli/tests/types.out
+++ b/cli/tests/types.out
@@ -10,5 +10,5 @@ declare interface Window {
Deno: typeof Deno;
}
-declare const window: Window;
+declare const window: Window & typeof globalThis;
[WILDCARD]