| 1 | import { equal } from 'node:assert'; |
| 2 | import { join, resolve } from 'node:path'; |
| 3 | import { expectFileToExist, readFile, rimraf } from '../../utils/fs'; |
| 4 | import { getActivePackageManager } from '../../utils/packages'; |
nothing calls this directly
no test coverage detected