| 1 | import { appendFile } from 'node:fs/promises'; |
| 2 | import { createProjectFromAsset } from '../../utils/assets'; |
| 3 | import { expectFileMatchToExist } from '../../utils/fs'; |
| 4 | import { getActivePackageManager } from '../../utils/packages'; |
nothing calls this directly
no test coverage detected