/** * SMI-5358: QuarantineRepository — Human-Review State Machine Tests * * Focuses on the three-state review lifecycle (pending → approved | rejected) * and the isQuarantined gate that controls installability. * * Regression targets: * - approve must clear isQuarantined (blocked if canImport logic regresses) * - reject must keep isQuarantined=true (blocked if || vs && logic reintroduced) * - persisted fields (reviewStatus, reviewedBy, reviewDate) must survive a * round-trip through findById — not just reflect the in-memory return value */ export {}; //# sourceMappingURL=QuarantineRepository.review-state-machine.test.d.ts.map