()
| 37 | }) |
| 38 | } |
| 39 | const finishHelpers = () => { |
| 40 | Object.keys(helpers).forEach(helper => { |
| 41 | if (helpers[helper]._withinEnd) recorder.add(`[${helper}] finish within`, () => helpers[helper]._withinEnd()) |
| 42 | }) |
| 43 | } |
| 44 | |
| 45 | if (isAsyncFunction(fn)) { |
| 46 | return fn() |
no test coverage detected