| 1 | import assert from 'node:assert/strict'; |
| 2 | import { updateJsonFile } from '../../utils/project'; |
| 3 | import { ng } from '../../utils/process'; |
| 4 | import { appendToFile, createDir, writeFile } from '../../utils/fs'; |
nothing calls this directly
no test coverage detected