| 1 | import { test } from 'node:test'; |
| 2 | import assert from 'node:assert/strict'; |
| 3 | import { execFile } from 'node:child_process'; |
| 4 | import { mkdtemp, readFile, rm, writeFile } from 'node:fs/promises'; |
nothing calls this directly
no test coverage detected