| 1 | // Test package map path handling: containment, external paths, longest-path-wins. |
| 2 | import '../common/index.mjs'; |
| 3 | import { spawnSyncAndAssert, spawnSyncAndExit } from '../common/child_process.js'; |
| 4 | import * as fixtures from '../common/fixtures.mjs'; |
nothing calls this directly
no test coverage detected