| 1 | import { fileURLToPath } from 'node:url' |
| 2 | import { describe, expect, test } from 'vitest' |
| 3 | import { resolveConfig } from '../config' |
| 4 | import { createIsConfiguredAsExternal } from '../external' |
nothing calls this directly
no test coverage detected