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

 ERRORS 

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

 FAILURES 

fail => ./mod.test.ts:9:6

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

error: Test failed