(t)
| 3 | const tmock = require('../../fixtures/tmock') |
| 4 | |
| 5 | const loadResolver = (t) => tmock(t, '{LIB}/utils/resolve-allow-scripts.js') |
| 6 | |
| 7 | // Helper that simulates config layering. `cliConfig` sets the value at |
| 8 | // the 'cli' source; `npmrcConfig` sets it at the 'user' source. mockNpm |
no test coverage detected