1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/test/hide_stacktraces/pretty.out

24 lines
304 B
Text

running 1 test from ./main.js
assert a b ... FAILED ([WILDCARD])
ERRORS
assert a b => ./main.js:1:6
error: AssertionError: Values are not equal.
[Diff] Actual / Expected
- foo
+ bar
FAILURES
assert a b => ./main.js:1:6
FAILED | 0 passed | 1 failed ([WILDCARD])
error: Test failed