mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
chore: upgrade crates (#10559)
This commit is contained in:
parent
f12b82e183
commit
c44e53a5b6
5 changed files with 35 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue