/** * Approval Queue Tests — PRI-145 * * Unit tests for ApprovalQueue class and decideAutoPromotion function. * * Tests verify: * - decideAutoPromotion() correctly evaluates auto-promotion conditions * - ApprovalQueue class methods work correctly with mock store * - Boundary conditions for confidence threshold * * ERR checklist: * - ERR-002: Every decision path carries reason + nextAction * - ERR-009: Malformed state fails loud * - ERR-025: Production-path tests, not just helpers */ export {}; //# sourceMappingURL=approval-queue.test.d.ts.map