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