(index: number, attribute: string)
| 60 | triggerElements[index].getAttribute(attribute); |
| 61 | |
| 62 | const getPanelAttribute = (index: number, attribute: string) => |
| 63 | panelElements[index].getAttribute(attribute); |
| 64 | |
| 65 | beforeEach(() => { |
| 66 | TestBed.configureTestingModule({ |
no test coverage detected
searching dependent graphs…