diff options
Diffstat (limited to 'tests/specs/test/clear_timeout/main.ts')
| -rw-r--r-- | tests/specs/test/clear_timeout/main.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/test/clear_timeout/main.ts b/tests/specs/test/clear_timeout/main.ts new file mode 100644 index 000000000..00056e853 --- /dev/null +++ b/tests/specs/test/clear_timeout/main.ts @@ -0,0 +1,5 @@ +clearTimeout(setTimeout(() => {}, 1000)); + +Deno.test("test 1", () => {}); +Deno.test("test 2", () => {}); +Deno.test("test 3", () => {}); |
