/** * @fileoverview E-INV Conformance Tests * * Tests for ExecutionPlan Invariants per SPEC Section 11.4. * * E-INV-1: steps contains no abstract nodes * E-INV-2: dependencyEdges references only nodes in steps * E-INV-3: from is dependency (executes first), to is dependent (executes after) */ export {}; //# sourceMappingURL=e-inv.test.d.ts.map