(args)
| 99 | } |
| 100 | |
| 101 | function runAudit(args) { |
| 102 | return spawnSync(process.execPath, ['scripts/audit-theme-colors.mjs', ...args], { |
| 103 | cwd: root, |
| 104 | encoding: 'utf8', |
| 105 | }); |
| 106 | } |
| 107 | |
| 108 | test('theme CSS var contract registry is explicit and non-overlapping', () => { |
| 109 | const domainKeys = new Set(COLOR_DOMAIN_RULES.map(rule => rule.key)); |
no outgoing calls
no test coverage detected