| 1 | #!/usr/bin/env node |
| 2 | import assert from 'node:assert/strict'; |
| 3 | import { execFileSync } from 'node:child_process'; |
| 4 | import { mkdtempSync, writeFileSync, mkdirSync, realpathSync, rmSync } from 'node:fs'; |
nothing calls this directly
no test coverage detected