diff options
Diffstat (limited to 'cli/tests/unit')
-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 6bade6545..bd549570e 100644 --- a/cli/tests/unit/opcall_test.ts +++ b/cli/tests/unit/opcall_test.ts @@ -17,7 +17,7 @@ unitTest(async function sendAsyncStackTrace() { declare global { namespace Deno { // deno-lint-ignore no-explicit-any - var core: any; // eslint-disable-line no-var + var core: any; } } |