blob: 26153da06da0803a5683e2572a63dd1cfbeef82f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Check [WILDCARD]/test/finally_timeout.ts
running 2 tests from ./test/finally_timeout.ts
error ... FAILED ([WILDCARD])
success ... ok ([WILDCARD])
ERRORS
error => ./test/finally_timeout.ts:[WILDCARD]
error: Error: fail
throw new Error("fail");
^
at [WILDCARD]/test/finally_timeout.ts:4:11
FAILURES
error => ./test/finally_timeout.ts:[WILDCARD]
FAILED | 1 passed | 1 failed ([WILDCARD])
error: Test failed
|