| 1 | import {Component, signal, ViewChild, ChangeDetectionStrategy} from '@angular/core'; |
| 2 | import {ComponentFixture, fakeAsync, flush, TestBed} from '@angular/core/testing'; |
| 3 | import {MatContextMenuTrigger} from './context-menu-trigger'; |
| 4 | import {MatMenu} from './menu'; |
nothing calls this directly
no test coverage detected