| 1 | const t = require('tap') |
| 2 | const { load: loadMockNpm } = require('../../../fixtures/mock-npm.js') |
| 3 | const MockRegistry = require('@npmcli/mock-registry') |
| 4 | const realProcLog = require('proc-log') |
nothing calls this directly
no test coverage detected