()
| 942 | }; |
| 943 | |
| 944 | const restoreJasmineIt = () => ((jasmine.getEnv() as any).it = originalJasmineIt); |
| 945 | |
| 946 | it('should fail when an asynchronous error is thrown', (done) => { |
| 947 | const itPromise = patchJasmineIt(); |
no outgoing calls
no test coverage detected
searching dependent graphs…