Get the context in which the cut context menu should trigger.
()
| 180 | |
| 181 | /** Get the context in which the cut context menu should trigger. */ |
| 182 | function getCutMenuContext() { |
| 183 | return fixture.componentInstance.cutContext.nativeElement; |
| 184 | } |
| 185 | |
| 186 | /** Get the context in which the copy context menu should trigger. */ |
| 187 | function getCopyMenuContext() { |
no outgoing calls
no test coverage detected