()
| 11 | |
| 12 | const _Zone: any = typeof Zone !== 'undefined' ? Zone : null; |
| 13 | function getFakeAsyncTestModule() { |
| 14 | return _Zone && _Zone[_Zone.__symbol__('fakeAsyncTest')]; |
| 15 | } |
| 16 | |
| 17 | function withFakeAsyncTestModule(fn: (fakeAsyncTestModule: any) => any): any { |
| 18 | const fakeAsyncTestModule = getFakeAsyncTestModule(); |
no test coverage detected
searching dependent graphs…