(fn, exact)
| 464 | } |
| 465 | |
| 466 | function mustCall(fn, exact) { |
| 467 | return _mustCallInner(fn, exact, 'exact'); |
| 468 | } |
| 469 | |
| 470 | function mustSucceed(fn, exact) { |
| 471 | return mustCall(function(err, ...args) { |
no test coverage detected
searching dependent graphs…