summaryrefslogtreecommitdiff
path: root/tests/specs/test/no_color/main.out
blob: 834bbaf6e4a8e7b7e9cf94b2bb59a0f37d3d2784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Check [WILDCARD]/main.ts
running 3 tests from ./main.ts
success ... ok ([WILDCARD])
fail ... FAILED ([WILDCARD])
ignored ... ignored ([WILDCARD])

 ERRORS 

fail => ./main.ts:6:6
error: Error: fail
    throw new Error("fail");
          ^
    at fn ([WILDCARD]/main.ts:9:11)

 FAILURES 

fail => ./main.ts:6:6

FAILED | 1 passed | 1 failed | 1 ignored ([WILDCARD])

error: Test failed