(f: ComponentFixture<any>)
| 1639 | |
| 1640 | function createOnPushMarkForCheckTests(checkNoChanges: boolean) { |
| 1641 | const detectChanges = (f: ComponentFixture<any>) => f.detectChanges(checkNoChanges); |
| 1642 | |
| 1643 | // 1. ngAfterViewInit and ngAfterViewChecked lifecycle hooks run after "OnPushComp" has |
| 1644 | // been refreshed. They can mark the component as dirty. Meaning that the "OnPushComp" |
no test coverage detected
searching dependent graphs…