| 1 | // std |
| 2 | import { deepStrictEqual, notStrictEqual, strictEqual } from 'assert'; |
| 3 | import { existsSync, mkdirSync, readFileSync, rmdirSync, unlinkSync, writeFileSync } from 'fs'; |
| 4 | import { join } from 'path'; |
nothing calls this directly
no test coverage detected