From 15a763152f9d392cb80692262f8de5ef8ae15495 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 11 Aug 2021 10:20:47 -0400 Subject: chore: move test files to testdata directory (#11601) --- cli/tests/test/clear_timeout.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 cli/tests/test/clear_timeout.ts (limited to 'cli/tests/test/clear_timeout.ts') diff --git a/cli/tests/test/clear_timeout.ts b/cli/tests/test/clear_timeout.ts deleted file mode 100644 index 00056e853..000000000 --- a/cli/tests/test/clear_timeout.ts +++ /dev/null @@ -1,5 +0,0 @@ -clearTimeout(setTimeout(() => {}, 1000)); - -Deno.test("test 1", () => {}); -Deno.test("test 2", () => {}); -Deno.test("test 3", () => {}); -- cgit v1.2.3