Work on getting token references for composite tokens #655
build_config.yml
on: pull_request
changes
/
Checking for changes
6s
Test if custom transforms, formats, etc. are working
35s
Annotations
2 errors and 2 warnings
integration.test.ts > PrimerStyleDictionary > runs css/advanced format:
integration/integration.test.ts#L165
AssertionError: expected '\n:root { --PREFIX-base-color-aquaB…' to be ':root {\n --PREFIX-base-color-aquaBl…' // Object.is equality
- Expected
+ Received
- :root {
- --PREFIX-base-color-aquaBlue-500: #2c29ff; /* The primary color for interactive elements. */
+
+ :root { --PREFIX-base-color-aquaBlue-500: #2c29ff; /* The primary color for interactive elements. */
- --PREFIX-fgColor-link-rest-01: #2c29ff;
- }
-
+ --PREFIX-fgColor-link-rest-01: var(--PREFIX-base-color-aquaBlue-500); }
❯ integration.test.ts:165:20
|
Test if custom transforms, formats, etc. are working
Process completed with exit code 1.
|
changes / Checking for changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test if custom transforms, formats, etc. are working
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|