| 1 | import { readFile } from 'node:fs/promises'; |
| 2 | import path from 'node:path'; |
| 3 | import { createTreeWithEmptyWorkspace } from 'nx/src/generators/testing-utils/create-tree-with-empty-workspace'; |
| 4 | import { describe, expect, it } from 'vitest'; |
nothing calls this directly
no test coverage detected