mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
27 lines
582 B
Text
27 lines
582 B
Text
running 2 tests from ./compat/test_runner/esm.mjs
|
|
Correct assertion ... ok ([WILDCARD])
|
|
Failed assertion ... FAILED ([WILDCARD])
|
|
|
|
failures:
|
|
|
|
Failed assertion => ./compat/test_runner/esm.mjs:[WILDCARD]
|
|
error: AssertionError: Values are not strictly equal:
|
|
|
|
|
|
[Diff] Actual / Expected
|
|
|
|
|
|
- 10
|
|
+ 20
|
|
|
|
Error.captureStackTrace(this, stackStartFn || stackStartFunction);
|
|
^
|
|
[WILDCARD]
|
|
|
|
failures:
|
|
|
|
Failed assertion => ./compat/test_runner/esm.mjs:[WILDCARD]
|
|
|
|
test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD])
|
|
|
|
error: Test failed
|