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