* Assert that the function throws. * * @param fn callback to match error string against
(fn?: (exception: any) => void)
| 25 | * @param fn callback to match error string against |
| 26 | */ |
| 27 | throwException(fn?: (exception: any) => void): void; |
| 28 | |
| 29 | /** |
| 30 | * Assert that the function throws. |
no outgoing calls
no test coverage detected