diff options
Diffstat (limited to 'cli/tests/test/deno_test.out')
-rw-r--r-- | cli/tests/test/deno_test.out | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/cli/tests/test/deno_test.out b/cli/tests/test/deno_test.out deleted file mode 100644 index 18ca1c4e8..000000000 --- a/cli/tests/test/deno_test.out +++ /dev/null @@ -1,26 +0,0 @@ -[WILDCARD] -running 4 tests from [WILDCARD] -test fail1 ... FAILED [WILDCARD] -test fail2 ... FAILED [WILDCARD] -test success1 ... ok [WILDCARD] -test fail3 ... FAILED [WILDCARD] - -failures: - -fail1 -AssertionError: fail1 assertion -[WILDCARD] - -fail2 -AssertionError: fail2 assertion -[WILDCARD] - -fail3 -AssertionError: fail3 assertion -[WILDCARD] - -failures: -[WILDCARD] - -test result: FAILED. 1 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD] - |