* Start recording promises * * @api * @inner
()
| 44 | * @inner |
| 45 | */ |
| 46 | start() { |
| 47 | debug('Starting recording promises') |
| 48 | running = true |
| 49 | asyncErr = null |
| 50 | errFn = null |
| 51 | this.reset() |
| 52 | }, |
| 53 | |
| 54 | /** |
| 55 | * @return {boolean} |
nothing calls this directly
no test coverage detected