| 1 | /* eslint-disable @typescript-eslint/await-thenable, @typescript-eslint/require-await */ |
| 2 | import * as fs from "node:fs/promises"; |
| 3 | import * as path from "node:path"; |
| 4 | import assert from "node:assert/strict"; |
nothing calls this directly
no test coverage detected