summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/fail_fast.out
blob: 47c380bcf5d9245ba3d0ee7cc9c8c1185e87dc7c (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
running 10 tests from ./test/fail_fast.ts
test 1 ... FAILED ([WILDCARD])

failures:

./test/fail_fast.ts > test 1
Error
  throw new Error();
        ^
    at [WILDCARD]/test/fail_fast.ts:2:9

failures:

	./test/fail_fast.ts
	test 1

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])

error: Test failed