()
| 14 | const AsyncTestZoneSpec = (Zone as any)['AsyncTestZoneSpec']; |
| 15 | |
| 16 | function failCallback() { |
| 17 | log.push('fail'); |
| 18 | } |
| 19 | |
| 20 | function emptyRun() { |
| 21 | // Jasmine will throw if there are no tests. |
no test coverage detected
searching dependent graphs…