/** * Rule registry conformance test (PR-1, PR-16). * * Asserts every entry in the rule registry has a non-empty graph: * slug, valid defaultSeverity, and a callable evaluate function. * * Item 1: the rule registry is per-RunScope. Each test enters a fresh * scope (with graph subscope) and reads via `currentRules()`. */ export {}; //# sourceMappingURL=registry.test.d.ts.map