mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
24 lines
304 B
Text
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
|