/** * @fileoverview R-INV Conformance Tests * * Tests for Resolution Invariants per SPEC Section 11.2a. * * R-INV-1: status === "Resolved" => missing is absent or length 0 * R-INV-2: missing exists and length > 0 => status !== "Resolved" */ export {}; //# sourceMappingURL=r-inv.test.d.ts.map