(t)
| 5 | module.exports = tspawk |
| 6 | |
| 7 | function tspawk (t) { |
| 8 | spawk.preventUnmatched() |
| 9 | t.teardown(function () { |
| 10 | spawk.unload() |
| 11 | }) |
| 12 | t.afterEach(function () { |
| 13 | spawk.done() |
| 14 | }) |
| 15 | return spawk |
| 16 | } |
no test coverage detected
searching dependent graphs…