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