Minor fixes #3999
Annotations
2 errors
Run unit tests:
integration/integration.test.ts#L245
AssertionError: expected '[\n {\n "name": "PREFIX/base/colo…' to be '[\n {\n "name": "PREFIX/fgColor/l…' // Object.is equality
- Expected
+ Received
[
{
- "name": "PREFIX/fgColor/link-rest-01",
+ "name": "PREFIX/base/color/aquaBlue/500",
"value": {
"r": 0.17254901960784313,
"g": 0.1607843137254902,
"b": 1,
"a": 1
},
"type": "COLOR",
- "refId": "PREFIX/fgColor/link-rest-01",
+ "description": "The primary color for interactive elements.",
- "reference": "PREFIX/base/color/aquaBlue/500",
+ "refId": "PREFIX/base/color/aquaBlue/500",
"mode": "default",
"scopes": ["ALL_SCOPES"]
},
{
- "name": "PREFIX/base/color/aquaBlue/500",
+ "name": "PREFIX/fgColor/link-rest-01",
"value": {
"r": 0.17254901960784313,
"g": 0.1607843137254902,
"b": 1,
"a": 1
},
"type": "COLOR",
- "description": "The primary color for interactive elements.",
+ "refId": "PREFIX/fgColor/link-rest-01",
- "refId": "PREFIX/base/color/aquaBlue/500",
+ "reference": "PREFIX/base/color/aquaBlue/500",
"mode": "default",
"scopes": ["ALL_SCOPES"]
}
]
❯ integration.test.ts:245:20
|
Run unit tests
Process completed with exit code 1.
|
Loading