| 1 | /* eslint-disable import/no-dynamic-require,global-require */ |
| 2 | import { execSync } from 'node:child_process'; |
| 3 | import { copyFileSync, readFileSync, writeFileSync } from 'node:fs'; |
| 4 | import { resolve } from 'node:path'; |
nothing calls this directly
no test coverage detected