| 1 | // Test that package maps resolve direct, subpath, and transitive dependencies. |
| 2 | import '../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