| 1 | // Test that package maps fall back for builtins and reject files outside mapped packages. |
| 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