diff options
Diffstat (limited to 'cli/tests/testdata/058_tasks_microtasks_close.ts')
-rw-r--r-- | cli/tests/testdata/058_tasks_microtasks_close.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/058_tasks_microtasks_close.ts b/cli/tests/testdata/058_tasks_microtasks_close.ts index 11de55a38..38e156044 100644 --- a/cli/tests/testdata/058_tasks_microtasks_close.ts +++ b/cli/tests/testdata/058_tasks_microtasks_close.ts @@ -1,3 +1,4 @@ +// deno-lint-ignore-file no-window-prefix console.log("sync 1"); setTimeout(() => { console.log("setTimeout 1"); |