summaryrefslogtreecommitdiff
path: root/cli/tests/test/deno_test_fail_fast.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/test/deno_test_fail_fast.out')
-rw-r--r--cli/tests/test/deno_test_fail_fast.out15
1 files changed, 15 insertions, 0 deletions
diff --git a/cli/tests/test/deno_test_fail_fast.out b/cli/tests/test/deno_test_fail_fast.out
new file mode 100644
index 000000000..9fb82c1c6
--- /dev/null
+++ b/cli/tests/test/deno_test_fail_fast.out
@@ -0,0 +1,15 @@
+[WILDCARD]
+running 4 tests
+test fail1 ... FAILED [WILDCARD]
+
+failures:
+
+fail1
+AssertionError: fail1 assertion
+[WILDCARD]
+
+failures:
+[WILDCARD]
+
+test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD]
+