()
| 18 | 'error_handler', |
| 19 | class extends AbstractTestCase { |
| 20 | beforeEach() { |
| 21 | // capturing this outside of module scope to ensure we grab |
| 22 | // the test frameworks own window.onerror to reset it |
| 23 | WINDOW_ONERROR = window.onerror; |
| 24 | } |
| 25 | |
| 26 | afterEach() { |
| 27 | setTesting(isTesting); |
no outgoing calls
no test coverage detected