Get the cut context menu.
()
| 170 | |
| 171 | /** Get the cut context menu. */ |
| 172 | function getCutMenu() { |
| 173 | return fixture.componentInstance.cutMenu; |
| 174 | } |
| 175 | |
| 176 | /** Get the copy context menu. */ |
| 177 | function getCopyMenu() { |
no outgoing calls
no test coverage detected