| 1 | import { describe, it, after } from "node:test"; |
| 2 | import assert from "node:assert/strict"; |
| 3 | import { getFileSkeleton } from "../../build/tools/file-skeleton.js"; |
| 4 | import { writeFile, mkdir, rm } from "fs/promises"; |
nothing calls this directly
no test coverage detected