/** * Focused coverage for `graph:cycle`'s `metadata.memberLocations` (ADR-0014): * the per-SCC signal must carry every resolvable member's `{ file, line }` so * graph's suppression `locate()` can waive the one-per-SCC finding via a * `@graph-ignore` directive above ANY member — not only the computed anchor. * * Drives the rule's `evaluate` directly with a synthetic `scc` feature, mirroring * the `catalogOf` / `buildIndexes` harness in `__tests__/rule-behaviors.test.ts`. */ export {}; //# sourceMappingURL=cycle.memberlocations.test.d.ts.map