()
| 705 | } |
| 706 | |
| 707 | function getTreeItems(): HTMLElement[] { |
| 708 | return Array.from(fixture.nativeElement.querySelectorAll('[ngTreeItem]')) as HTMLElement[]; |
| 709 | } |
| 710 | |
| 711 | function getVisibleTreeItems(): HTMLElement[] { |
| 712 | return fixture.debugElement |
no outgoing calls
no test coverage detected
searching dependent graphs…