()
| 20 | `${module}.${fn} should not connect to ${host}` |
| 21 | ); |
| 22 | const throws = () => { modules[module][fn](host, doNotCall); }; |
| 23 | assert.throws(throws, { |
| 24 | name: 'TypeError', |
| 25 | code: 'ERR_INVALID_URL' |
no outgoing calls
no test coverage detected
searching dependent graphs…