2021-06-29 21:40:16 +08:00
|
|
|
Check [WILDCARD]/test/fail_fast.ts
|
2022-04-16 20:51:55 +01:00
|
|
|
running 10 tests from ./test/fail_fast.ts
|
2022-04-11 18:27:17 +02:00
|
|
|
test 1 ... FAILED ([WILDCARD])
|
2021-06-29 21:40:16 +08:00
|
|
|
|
2022-05-09 10:56:13 +02:00
|
|
|
ERRORS
|
2021-06-29 21:40:16 +08:00
|
|
|
|
2022-05-05 00:15:54 +01:00
|
|
|
test 1 => ./test/fail_fast.ts:[WILDCARD]
|
|
|
|
error: Error
|
2022-04-16 19:51:12 +02:00
|
|
|
throw new Error();
|
|
|
|
^
|
2021-06-29 21:40:16 +08:00
|
|
|
at [WILDCARD]/test/fail_fast.ts:2:9
|
|
|
|
|
2022-05-09 10:56:13 +02:00
|
|
|
FAILURES
|
2021-06-29 21:40:16 +08:00
|
|
|
|
2022-05-05 00:15:54 +01:00
|
|
|
test 1 => ./test/fail_fast.ts:[WILDCARD]
|
2021-06-29 21:40:16 +08:00
|
|
|
|
2022-06-14 20:51:49 +02:00
|
|
|
FAILED | 0 passed | 1 failed ([WILDCARD])
|
2021-06-29 21:40:16 +08:00
|
|
|
|
2021-07-22 19:34:29 +08:00
|
|
|
error: Test failed
|