From 1b1ae65a4a2acd55ead86c17e388f10a0e08938d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Thu, 19 Sep 2019 23:40:52 +0800 Subject: Make `window` compatible with ts 3.6 (#2984) --- js/globals_test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'js/globals_test.ts') diff --git a/js/globals_test.ts b/js/globals_test.ts index 42a055087..d7c50c5b1 100644 --- a/js/globals_test.ts +++ b/js/globals_test.ts @@ -14,7 +14,6 @@ test(function windowWindowExists(): void { }); test(function globalThisEqualsWindow(): void { - // @ts-ignore (TypeScript thinks globalThis and window don't match) assert(globalThis === window); }); -- cgit v1.2.3