feat: add aggregates to raw data and update Hydro matrices #9340
Annotations
2 errors
webapp/src/components/common/MatrixGrid/utils.test.ts#L101
AssertionError: expected [ { id: 'data1', …(5) }, …(2) ] to deeply equal [ { id: 'data1', …(5) }, …(2) ]
- Expected
+ Received
Array [
Object {
"editable": true,
"id": "data1",
"style": "normal",
"title": "TS 1",
"type": "number",
- "width": 50,
+ "width": undefined,
},
Object {
"editable": true,
"id": "data2",
"style": "normal",
"title": "TS 2",
"type": "number",
- "width": 50,
+ "width": undefined,
},
Object {
"editable": true,
"id": "data3",
"style": "normal",
"title": "TS 3",
"type": "number",
- "width": 50,
+ "width": undefined,
},
]
❯ src/components/common/MatrixGrid/utils.test.ts:101:20
|
|
This job failed
Loading