1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/cli/tests/testdata/test/clear_timeout.ts

6 lines
136 B
TypeScript
Raw Permalink Normal View History

clearTimeout(setTimeout(() => {}, 1000));
Deno.test("test 1", () => {});
Deno.test("test 2", () => {});
Deno.test("test 3", () => {});