Skip to content

correct structure

correct structure #39

Triggered via push February 2, 2026 11:01
Status Failure
Total duration 17s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors
test
Process completed with exit code 1.
scripts/tokens-structure.test.ts > Token structure contract > token references use correct format: scripts/tokens-structure.test.ts#L126
TypeError: Cannot read properties of undefined (reading 'light') ❯ scripts/tokens-structure.test.ts:126:55
scripts/tokens-structure.test.ts > Token structure contract > theme structure matches expected format: scripts/tokens-structure.test.ts#L116
TypeError: Cannot read properties of undefined (reading 'light') ❯ scripts/tokens-structure.test.ts:116:65
scripts/tokens-structure.test.ts > Token structure contract > all source color values are valid color formats: scripts/tokens-structure.test.ts#L83
TypeError: Cannot read properties of undefined (reading 'color') ❯ scripts/tokens-structure.test.ts:83:56
scripts/tokens-structure.test.ts > Token structure contract > has no duplicate color values in source: scripts/tokens-structure.test.ts#L65
TypeError: Cannot read properties of undefined (reading 'color') ❯ scripts/tokens-structure.test.ts:65:56
scripts/tokens-structure.test.ts > Token structure contract > theme colors reference source colors: scripts/tokens-structure.test.ts#L43
TypeError: Cannot read properties of undefined (reading 'light') ❯ scripts/tokens-structure.test.ts:43:55
scripts/tokens-structure.test.ts > Token structure contract > theme has light and dark variants: scripts/tokens-structure.test.ts#L35
TypeError: Cannot convert undefined or null to object ❯ scripts/tokens-structure.test.ts:35:43
scripts/tokens-structure.test.ts > Token structure contract > source has color tokens with value and type: scripts/tokens-structure.test.ts#L19
TypeError: Cannot convert undefined or null to object ❯ scripts/tokens-structure.test.ts:19:44
scripts/tokens-structure.test.ts > Token structure contract > has required top-level structure: scripts/tokens-structure.test.ts#L11
AssertionError: expected { 'ivy-framework': { …(4) }, …(2) } to have property "source" ❯ scripts/tokens-structure.test.ts:11:37