mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
61 lines
1.5 KiB
Text
61 lines
1.5 KiB
Text
|
Check [WILDCARD]/main.ts
|
||
|
Check [WILDCARD]/main.ts$2-9.ts
|
||
|
Check [WILDCARD]/main.ts$13-18.ts
|
||
|
Check [WILDCARD]/main.ts$24-29.ts
|
||
|
running 0 tests from ./main.ts
|
||
|
running 1 test from ./main.ts$2-9.ts
|
||
|
[WILDCARD]/main.ts$2-9.ts ... FAILED ([WILDCARD]ms)
|
||
|
running 1 test from ./main.ts$13-18.ts
|
||
|
[WILDCARD]/main.ts$13-18.ts ... FAILED ([WILDCARD]ms)
|
||
|
running 1 test from ./main.ts$24-29.ts
|
||
|
[WILDCARD]/main.ts$24-29.ts ... FAILED ([WILDCARD]ms)
|
||
|
|
||
|
ERRORS
|
||
|
|
||
|
[WILDCARD]/main.ts$13-18.ts => ./main.ts$13-18.ts:3:6
|
||
|
error: AssertionError: Values are not equal.
|
||
|
|
||
|
|
||
|
[Diff] Actual / Expected
|
||
|
|
||
|
|
||
|
- 3
|
||
|
+ 4
|
||
|
|
||
|
throw new AssertionError(message);
|
||
|
^
|
||
|
at assertEquals ([WILDCARD]/std/assert/equals.ts:[WILDCARD])
|
||
|
at [WILDCARD]/main.ts$13-18.ts:4:5
|
||
|
|
||
|
[WILDCARD]/main.ts$2-9.ts => ./main.ts$2-9.ts:3:6
|
||
|
error: AssertionError: Expected actual: "2.5e+0" to be close to "2": delta "5e-1" is greater than "2e-7".
|
||
|
throw new AssertionError(
|
||
|
^
|
||
|
at assertAlmostEquals ([WILDCARD]/std/assert/almost_equals.ts:[WILDCARD])
|
||
|
at [WILDCARD]/main.ts$2-9.ts:6:5
|
||
|
|
||
|
[WILDCARD]/main.ts$24-29.ts => ./main.ts$24-29.ts:3:6
|
||
|
error: AssertionError: Values are not equal.
|
||
|
|
||
|
|
||
|
[Diff] Actual / Expected
|
||
|
|
||
|
|
||
|
- 4
|
||
|
+ 3
|
||
|
|
||
|
throw new AssertionError(message);
|
||
|
^
|
||
|
at assertEquals ([WILDCARD]/std/assert/equals.ts:[WILDCARD])
|
||
|
at [WILDCARD]/main.ts$24-29.ts:4:5
|
||
|
|
||
|
FAILURES
|
||
|
|
||
|
[WILDCARD]/main.ts$13-18.ts => ./main.ts$13-18.ts:3:6
|
||
|
[WILDCARD]/main.ts$2-9.ts => ./main.ts$2-9.ts:3:6
|
||
|
[WILDCARD]/main.ts$24-29.ts => ./main.ts$24-29.ts:3:6
|
||
|
|
||
|
FAILED | 0 passed | 3 failed ([WILDCARD]ms)
|
||
|
|
||
|
error: Test failed
|