| 1 | // Test package map error handling: invalid JSON, missing fields, bad URLs, duplicates. |
| 2 | import '../common/index.mjs'; |
| 3 | import assert from 'node:assert'; |
| 4 | import { spawnSyncAndAssert, spawnSyncAndExit } from '../common/child_process.js'; |
nothing calls this directly
no test coverage detected