diff options
Diffstat (limited to 'cli/tests/test/deno_test_fail_fast.out')
-rw-r--r-- | cli/tests/test/deno_test_fail_fast.out | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/cli/tests/test/deno_test_fail_fast.out b/cli/tests/test/deno_test_fail_fast.out deleted file mode 100644 index ea0d9d369..000000000 --- a/cli/tests/test/deno_test_fail_fast.out +++ /dev/null @@ -1,15 +0,0 @@ -[WILDCARD] -running 4 tests from [WILDCARD] -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] - |