chore: update all deps #248
Annotations
4 errors
|
build
Process completed with exit code 1.
|
|
src/app/storage/dashboards.spec.ts > dashboards > generalSettings > should preserve general settings from the existing dashboard:
src/app/storage/dashboards.spec.ts#L261
AssertionError: expected { fontSize: 'lg', …(2) } to deeply equal { fontSize: 'lg', …(1) }
- Expected
+ Received
{
- "colorPalette": "default",
+ "colorPalette": "black",
"fontSize": "lg",
+ "showOnlyWhenOnTrack": false,
}
❯ src/app/storage/dashboards.spec.ts:261:48
|
|
src/app/storage/dashboards.spec.ts > dashboards > generalSettings > should add general settings from the default dashboard if none exist:
src/app/storage/dashboards.spec.ts#L250
AssertionError: expected { fontSize: 'sm', …(2) } to deeply equal { fontSize: 'sm', …(1) }
- Expected
+ Received
{
- "colorPalette": "default",
+ "colorPalette": "black",
"fontSize": "sm",
+ "showOnlyWhenOnTrack": false,
}
❯ src/app/storage/dashboards.spec.ts:250:48
|
|
src/app/storage/dashboards.spec.ts > dashboards > saveDashboard > should update an existing dashboard:
src/app/storage/dashboards.spec.ts#L105
AssertionError: expected "spy" to be called with arguments: [ 'dashboards', …(1) ]
Received:
1st spy call:
@@ -3,10 +3,11 @@
{
"default": {
"generalSettings": {
"colorPalette": "black",
"fontSize": "lg",
+ "showOnlyWhenOnTrack": false,
},
"widgets": [],
},
},
]
Number of calls: 1
❯ src/app/storage/dashboards.spec.ts:105:29
|