/** * Unit tests for the heap-preflight policy. * * We can't exercise the re-exec path safely (it would actually fork * the test runner), so the `reExecWithHeap` body lives behind a * `/* v8 ignore start *\/` band. These tests cover every short-circuit * branch in `runHeapPreflight` plus the pure helpers * (`decideHeapTargetMb`, `systemHasMemoryFor`, `totalSystemMemoryMb`). */ export {}; //# sourceMappingURL=heap-preflight.test.d.ts.map