diff options
Diffstat (limited to 'cli/tests/unit/globals_test.ts')
-rw-r--r-- | cli/tests/unit/globals_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/unit/globals_test.ts b/cli/tests/unit/globals_test.ts index ce43fddf1..7603457b9 100644 --- a/cli/tests/unit/globals_test.ts +++ b/cli/tests/unit/globals_test.ts @@ -71,7 +71,6 @@ unitTest(function webAssemblyExists(): void { }); declare global { - // deno-lint-ignore no-namespace namespace Deno { // deno-lint-ignore no-explicit-any var core: any; |