diff options
Diffstat (limited to 'cli/tests/unit/opcall_test.ts')
-rw-r--r-- | cli/tests/unit/opcall_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unit/opcall_test.ts b/cli/tests/unit/opcall_test.ts index e38f481d9..63871cd4c 100644 --- a/cli/tests/unit/opcall_test.ts +++ b/cli/tests/unit/opcall_test.ts @@ -27,7 +27,7 @@ unitTest(async function sendAsyncStackTrace() { declare global { namespace Deno { - // deno-lint-ignore no-explicit-any + // deno-lint-ignore no-explicit-any, no-var var core: any; } } |