| 1 | import { readFileSync, readdirSync } from 'node:fs'; |
| 2 | import { getGlobalVariable } from '../../utils/env'; |
| 3 | import { installWorkspacePackages, uninstallPackage } from '../../utils/packages'; |
| 4 | import { ng } from '../../utils/process'; |
nothing calls this directly
no test coverage detected