summaryrefslogtreecommitdiff
path: root/tests/specs/test/workspace/root.out
blob: 30bda3ac6a93108846e42b9e35f66499f260e01f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Check file:///[WILDLINE]/package-a/mod.test.ts
Check file:///[WILDLINE]/package-b/mod.test.ts
running 1 test from ./package-a/mod.test.ts
add ... ok ([WILDLINE])
running 2 tests from ./package-b/mod.test.ts
addOne ... ok ([WILDLINE])
fail ... FAILED ([WILDLINE])

 ERRORS 

fail => ./package-b/mod.test.ts:9:6
error: Error: failed
  throw new Error("failed");
        ^
    at file:///[WILDLINE]/package-b/mod.test.ts:10:9

 FAILURES 

fail => ./package-b/mod.test.ts:9:6

FAILED | 2 passed | 1 failed ([WILDLINE])

error: Test failed