diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-11-01 16:22:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 16:22:27 -0400 |
commit | 0ec151b8cb2a92bb1765672fa15de23e6c8842d4 (patch) | |
tree | a1c126319d39e5db9bbed6174ec7708afbd47ae0 /cli/tests/unit/globals_test.ts | |
parent | 2794d0b7a29dc2c84438f5004dd35d00d6d29007 (diff) |
chore: upgrade deno_ast to 0.5.0 (#12595)
Diffstat (limited to 'cli/tests/unit/globals_test.ts')
-rw-r--r-- | cli/tests/unit/globals_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/globals_test.ts b/cli/tests/unit/globals_test.ts index 94c7ec3b5..f3c8141d8 100644 --- a/cli/tests/unit/globals_test.ts +++ b/cli/tests/unit/globals_test.ts @@ -73,7 +73,7 @@ unitTest(function webAssemblyExists() { declare global { namespace Deno { - // deno-lint-ignore no-explicit-any + // deno-lint-ignore no-explicit-any, no-var var core: any; } } |