()
| 19 | const warnSpy = jest.spyOn(console, 'warn').mockImplementation(); |
| 20 | |
| 21 | function getComponent(): TestComponent { |
| 22 | return fixture.componentInstance; |
| 23 | } |
| 24 | |
| 25 | function detectChangesAndExpectText(text: string): void { |
| 26 | fixture.detectChanges(); |
no outgoing calls
no test coverage detected