mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
25 lines
424 B
Text
25 lines
424 B
Text
running 2 tests from [WILDCARD]
|
|
test Correct assertion ... ok ([WILDCARD])
|
|
test Failed assertion ... FAILED ([WILDCARD])
|
|
|
|
failures:
|
|
|
|
Failed assertion
|
|
AssertionError [ERR_ASSERTION]: Values are not strictly equal:
|
|
|
|
|
|
[Diff] Actual / Expected
|
|
|
|
|
|
- 10
|
|
+ 20
|
|
|
|
[WILDCARD]
|
|
|
|
failures:
|
|
|
|
[WILDCARD]Failed assertion
|
|
|
|
test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])
|
|
|
|
error: Test failed
|