| 1 | import assert from 'node:assert/strict'; |
| 2 | import { appendFile } from 'node:fs/promises'; |
| 3 | import { expectFileToMatch } from '../../../utils/fs'; |
| 4 | import { getActivePackageManager, uninstallPackage } from '../../../utils/packages'; |
nothing calls this directly
no test coverage detected