feat: add black colour theme #121
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', …(1) } to deeply equal { fontSize: 'lg' }
- Expected
+ Received
{
+ "colorPalette": "default",
"fontSize": "lg",
}
❯ 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', …(1) } to deeply equal { fontSize: 'sm' }
- Expected
+ Received
{
+ "colorPalette": "default",
"fontSize": "sm",
}
❯ 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:
@@ -1,10 +1,11 @@
[
"dashboards",
{
"default": {
"generalSettings": {
+ "colorPalette": "default",
"fontSize": "lg",
},
"widgets": [],
},
},
Number of calls: 1
❯ src/app/storage/dashboards.spec.ts:105:29
|