diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-05-10 22:39:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 22:39:16 +0200 |
commit | c44e53a5b6bd8d995ddc32a0ba13d20bf4e70818 (patch) | |
tree | 7ce698994c5665c52b373605cbb3c8602df277ac /cli/tests | |
parent | f12b82e183d1af75d434938f248fd81781c2ab50 (diff) |
chore: upgrade crates (#10559)
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/unit/timers_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/unit/timers_test.ts b/cli/tests/unit/timers_test.ts index f04793afe..7e974d060 100644 --- a/cli/tests/unit/timers_test.ts +++ b/cli/tests/unit/timers_test.ts @@ -144,7 +144,6 @@ unitTest(async function timeoutCancelInvalidSilentFail(): Promise<void> { // Expect no panic const promise = deferred(); let count = 0; - // deno-lint-ignore no-unused-vars const id = setTimeout((): void => { count++; // Should have no effect |