mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
24 lines
241 B
Text
24 lines
241 B
Text
|
!
|
||
|
|
||
|
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
|