blob: 01b03297f8629ba11740b471b9186640e836ba89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
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
|