()
| 937 | }; |
| 938 | |
| 939 | const restoreJasmineIt = () => ((jasmine.getEnv() as any).it = originalJasmineIt); |
| 940 | |
| 941 | it('should fail when an asynchronous error is thrown', (done) => { |
| 942 | const itPromise = patchJasmineIt(); |
no outgoing calls
no test coverage detected