diff options
Diffstat (limited to 'cli/tests/test/test_finally_cleartimeout.out')
-rw-r--r-- | cli/tests/test/test_finally_cleartimeout.out | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cli/tests/test/test_finally_cleartimeout.out b/cli/tests/test/test_finally_cleartimeout.out new file mode 100644 index 000000000..c88b8242b --- /dev/null +++ b/cli/tests/test/test_finally_cleartimeout.out @@ -0,0 +1,17 @@ +Check [WILDCARD]/$deno$test.ts +running 2 tests +test error ... FAILED ([WILDCARD]) +test success ... ok ([WILDCARD]) + +failures: + +error +Error: fail + [WILDCARD] + +failures: + + error + +test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) + |