MCPcopy Create free account
hub / github.com/GCWing/BitFun / runAudit

Function runAudit

scripts/audit-theme-colors.test.mjs:101–106  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected