| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import { EnvironmentModuleGraph } from '../moduleGraph' |
| 3 | import type { ModuleNode } from '../mixedModuleGraph' |
| 4 | import { ModuleGraph } from '../mixedModuleGraph' |
nothing calls this directly
no test coverage detected