summaryrefslogtreecommitdiff
path: root/js/globals_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/globals_test.ts')
-rw-r--r--js/globals_test.ts1
1 files changed, 0 insertions, 1 deletions
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);
});