| 1 | import { writeFile } from 'node:fs/promises'; |
| 2 | import path from 'node:path'; |
| 3 | import { cleanTestFolder } from '@code-pushup/test-utils'; |
| 4 | import { ensureDirectoryExists } from '@code-pushup/utils'; |
nothing calls this directly
no test coverage detected