* Clears previous expected error state.
()
| 10 | * Clears previous expected error state. |
| 11 | */ |
| 12 | function clearLastExpectError() { |
| 13 | lastExpectError = null; |
| 14 | } |
| 15 | |
| 16 | /** |
| 17 | * Retrieves the expected error state. |
no outgoing calls
no test coverage detected