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