(url, options)
| 8 | let openerOpts = null |
| 9 | |
| 10 | const open = async (url, options) => { |
| 11 | openerUrl = url |
| 12 | openerOpts = options |
| 13 | if (openerResult) { |
| 14 | throw openerResult |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | const mock = await mockNpm(t, { config }) |
| 19 |
no outgoing calls
searching dependent graphs…