(error: unknown)
| 85 | } |
| 86 | |
| 87 | function reject(error: unknown) { |
| 88 | runner._currentTaskStartTime = undefined |
| 89 | runner._currentTaskTimeout = undefined |
| 90 | clearTimeout(timer) |
| 91 | reject_(error) |
| 92 | } |
| 93 | |
| 94 | // sync test/hook will be caught by try/catch |
| 95 | try { |
no outgoing calls
no test coverage detected