Skip to content

Commit f19c583

Browse files
committed
fix type_definitions test
1 parent 965be5e commit f19c583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/tests/types.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ declare interface Window {
1010
Deno: typeof Deno;
1111
}
1212

13-
declare const window: Window;
13+
declare const window: Window & typeof globalThis;
1414
[WILDCARD]

0 commit comments

Comments
 (0)