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