summaryrefslogtreecommitdiff
path: root/tests/specs/test/clear_timeout/main.ts
blob: 00056e8537fff81a28ac1984eff0a5acef523739 (plain)
1
2
3
4
5
clearTimeout(setTimeout(() => {}, 1000));

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