/** * @fileoverview PEX Conformance Tests * * Tests for ParallelExecutor rules per SPEC Section 11.7. * * PEX-1: Results MUST be in input order * PEX-2: graphs[i] corresponds to chunks[i] * PEX-3: Results SHALL NOT be returned in completion (arrival) order */ export {}; //# sourceMappingURL=pex.test.d.ts.map