()
| 66 | const context = _mode.start(fixture, options) |
| 67 | |
| 68 | const nockDone = function () { |
| 69 | _mode.finish(fixture, options, context) |
| 70 | } |
| 71 | |
| 72 | debug('context:', context) |
| 73 | // If nockedFn is a function then invoke it, otherwise return a promise resolving to nockDone. |
no outgoing calls
no test coverage detected
searching dependent graphs…