(fixture: ComponentFixture<unknown>)
| 95 | }); |
| 96 | |
| 97 | function getOverlayHost(fixture: ComponentFixture<unknown>): HTMLElement | null { |
| 98 | return fixture.nativeElement.querySelector('.cdk-overlay-popover'); |
| 99 | } |
| 100 | |
| 101 | function getBackdrop(fixture: ComponentFixture<unknown>): HTMLElement | null { |
| 102 | return fixture.nativeElement.querySelector('.cdk-overlay-backdrop'); |
no outgoing calls
no test coverage detected
searching dependent graphs…