| 1 | import { mkdir, rename, rm, writeFile } from 'node:fs/promises'; |
| 2 | import path from 'node:path'; |
| 3 | import { type SimpleGit, simpleGit } from 'simple-git'; |
| 4 | import { initGitRepo } from '@code-pushup/test-utils'; |
nothing calls this directly
no test coverage detected