summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/uncaught_errors_2.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/test/uncaught_errors_2.ts')
-rw-r--r--cli/tests/testdata/test/uncaught_errors_2.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/cli/tests/testdata/test/uncaught_errors_2.ts b/cli/tests/testdata/test/uncaught_errors_2.ts
deleted file mode 100644
index 8cafbe291..000000000
--- a/cli/tests/testdata/test/uncaught_errors_2.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-Deno.test("bar 1", () => {});
-
-Deno.test("bar 2", () => {
- throw new Error("bar 2");
-});
-Deno.test("bar 3", () => {
- throw new Error("bar 3 message");
-});