diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/types.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/types.out b/cli/tests/types.out index 85bee7698..ee59f57c1 100644 --- a/cli/tests/types.out +++ b/cli/tests/types.out @@ -1,4 +1,4 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. [WILDCARD] declare namespace Deno [WILDCARD] -declare const window: Window [WILDCARD] +declare var window: Window [WILDCARD] |