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/standalone_error.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 cli/tests/standalone_error.ts (limited to 'cli/tests/standalone_error.ts') diff --git a/cli/tests/standalone_error.ts b/cli/tests/standalone_error.ts deleted file mode 100644 index 279398113..000000000 --- a/cli/tests/standalone_error.ts +++ /dev/null @@ -1,9 +0,0 @@ -function boom() { - throw new Error("boom!"); -} - -function foo() { - boom(); -} - -foo(); -- cgit v1.2.3