()
| 43 | * Used to prevent asynchronous throwing of errors during each test. |
| 44 | */ |
| 45 | export function preventAsyncErrorThrows() { |
| 46 | self.stubAsyncErrorThrows = stubAsyncErrorThrows; |
| 47 | self.restoreAsyncErrorThrows = restoreAsyncErrorThrows; |
| 48 | setReportError(reportError); |
| 49 | stubAsyncErrorThrows(); |
| 50 | } |
no test coverage detected