| 1 | /* oxlint-disable executor/no-try-catch-or-throw -- test boundary: isolate process env and always dispose the shared executor handle */ |
| 2 | import { mkdtempSync, rmSync } from "node:fs"; |
| 3 | import { tmpdir } from "node:os"; |
| 4 | import { join } from "node:path"; |
nothing calls this directly
no test coverage detected