()
| 1408 | } |
| 1409 | |
| 1410 | function getActiveOptionIndex(): number { |
| 1411 | return getOptions().findIndex(o => o.classList.contains('mat-mdc-option-active')); |
| 1412 | } |
| 1413 | |
| 1414 | function getToggle(fixture: ComponentFixture<unknown>): HTMLButtonElement { |
| 1415 | return fixture.nativeElement.querySelector('mat-timepicker-toggle button'); |
no test coverage detected
searching dependent graphs…