feat(edgeless): store real color values in edgeless #9103
Annotations
4 errors and 1 warning
Run unit tests:
packages/presets/src/__tests__/edgeless/last-props.spec.ts#L140
AssertionError: expected { dark: '#ffffff', light: '#000000' } to be { dark: '#ffffff', light: '#000000' } // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: { dark: '#ffffff', light: '#000000' }
Received: serializes to the same string
Compared values have no visual difference.
❯ src/__tests__/edgeless/last-props.spec.ts:140:24
|
Run unit tests:
packages/presets/src/__tests__/edgeless/last-props.spec.ts#L196
AssertionError: expected { dark: '#000000', light: '#ffffff' } to be { dark: '#000000', light: '#ffffff' } // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: { dark: '#000000', light: '#ffffff' }
Received: serializes to the same string
Compared values have no visual difference.
❯ src/__tests__/edgeless/last-props.spec.ts:196:28
|
Run unit tests:
packages/presets/src/__tests__/edgeless/last-props.spec.ts#L224
AssertionError: expected { dark: '#d7cdff', light: '#ede9ff' } to be { dark: '#d7cdff', light: '#ede9ff' } // Object.is equality
If it should pass with deep equality, replace "toBe" with "toStrictEqual"
Expected: { dark: '#d7cdff', light: '#ede9ff' }
Received: serializes to the same string
Compared values have no visual difference.
❯ src/__tests__/edgeless/last-props.spec.ts:224:30
|
Run unit tests
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