Start on daily palettes and symbols #759
Annotations
2 errors and 2 warnings
src/game/themes/daily.spec.ts > generateColorMap > generates a color map based on a main color:
src/game/themes/daily.spec.ts#L10
AssertionError: expected { white: '#7878ff', …(15) } to deeply equal { white: '#000099', …(15) }
- Expected
+ Received
Object {
- "aqua": "#000099",
+ "aqua": "#000069",
"black": "#000099",
- "blue": "#000099",
- "brown": "#000099",
- "darkblue": "#000099",
- "darkgreen": "#000099",
- "gray": "#000099",
- "green": "#000099",
- "lightyellow": "#000099",
- "orange": "#000099",
- "pink": "#000099",
- "purple": "#000099",
- "red": "#000099",
- "turquoise": "#000099",
- "white": "#000099",
- "yellow": "#000099",
+ "blue": "#3030c9",
+ "brown": "#000039",
+ "darkblue": "#000009",
+ "darkgreen": "#000021",
+ "gray": "#000000",
+ "green": "#000081",
+ "lightyellow": "#000000",
+ "orange": "#000000",
+ "pink": "#000051",
+ "purple": "#1818b1",
+ "red": "#6060f9",
+ "turquoise": "#000000",
+ "white": "#7878ff",
+ "yellow": "#4848e1",
}
❯ src/game/themes/daily.spec.ts:10:22
|
build
Process completed with exit code 1.
|
check-version
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|