* Resets async error behavior to its default.
()
| 36 | * Resets async error behavior to its default. |
| 37 | */ |
| 38 | function restoreAsyncErrorThrows() { |
| 39 | rethrowAsyncSandbox.restore(); |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * Used to prevent asynchronous throwing of errors during each test. |
no test coverage detected