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