| 409 | |
| 410 | it('should throw error if ZoneAwarePromise has been overwritten', () => { |
| 411 | class WrongPromise { |
| 412 | static resolve(value: any) {} |
| 413 | |
| 414 | then() {} |
| 415 | } |
| 416 | |
| 417 | const ZoneAwarePromise = global.Promise; |
| 418 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…