blob: aa790e55056a0b15d9d3c514a2c1fa49fb5757b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
running 1 test from ./main.ts
aggregate ... FAILED ([WILDCARD])
ERRORS
aggregate => ./main.ts:[WILDCARD]
error: AggregateError
Error: Error 1
at [WILDCARD]/main.ts:2:18
Error: Error 2
at [WILDCARD]/main.ts:3:18
throw new AggregateError([error1, error2]);
^
at [WILDCARD]/main.ts:5:9
FAILURES
aggregate => ./main.ts:[WILDCARD]
FAILED | 0 passed | 1 failed ([WILDCARD])
error: Test failed
|