Return a reference to the context menu native element.
()
| 32 | |
| 33 | /** Return a reference to the context menu native element. */ |
| 34 | function getNativeContextMenu() { |
| 35 | return fixture.componentInstance.nativeMenu?.nativeElement; |
| 36 | } |
| 37 | |
| 38 | /** Get the context in which the context menu should trigger. */ |
| 39 | function getMenuTrigger() { |
no outgoing calls
no test coverage detected
searching dependent graphs…