| 1 | // Test that package maps resolve correctly through a symlinked ancestor directory. |
| 2 | import { canCreateSymLink } from '../common/index.mjs'; |
| 3 | import { spawnSyncAndAssert } from '../common/child_process.js'; |
| 4 | import * as fixtures from '../common/fixtures.mjs'; |
nothing calls this directly
no test coverage detected