client: some improvements to tests #1036
Annotations
3 errors and 1 warning
Client Test Suite:
client/insight/src/data/results.cycles.test.ts#L93
TypeError: outlierLoadCycles is not a function
❯ data/results.cycles.test.ts:93:24
|
Client Test Suite:
client/insight/src/data/results.cycles.test.ts#L229
Error: Snapshot `calculates recent cycles > recent cycles 1` mismatched
- Expected
+ Received
@@ -17,11 +17,11 @@
"station": "L/U #1",
},
{
"endActive": 2018-03-05T09:52:00.000Z,
"endOccupied": 2018-03-05T10:00:00.000Z,
- "outlier": true,
+ "outlier": false,
"parts": [
{
"oper": "LOAD",
"part": "part3-1",
},
@@ -47,11 +47,11 @@
"station": "MC #1",
},
{
"endActive": 2018-03-05T07:48:00.000Z,
"endOccupied": 2018-03-05T08:00:00.000Z,
- "outlier": true,
+ "outlier": false,
"parts": [
{
"oper": "abcd",
"part": "part1-1",
},
❯ data/results.cycles.test.ts:229:60
|
Client Test Suite
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading