(menu: CdkMenu)
| 509 | |
| 510 | it('should not pick up items from nested menu', () => { |
| 511 | const getItemsText = (menu: CdkMenu) => |
| 512 | menu.items.map(i => i._elementRef.nativeElement.textContent?.trim()); |
| 513 | const fixture = TestBed.createComponent(NestedMenuDefinition); |
| 514 | fixture.detectChanges(); |
| 515 |
no outgoing calls
no test coverage detected
searching dependent graphs…