()
| 1419 | private readonly element: ElementRef, |
| 1420 | ) {} |
| 1421 | ngOnInit() { |
| 1422 | this.zone.runOutsideAngular(() => { |
| 1423 | this.element.nativeElement.addEventListener('mouseenter', listener); |
| 1424 | }); |
| 1425 | } |
| 1426 | } |
| 1427 | const fixture = TestBed.configureTestingModule({declarations: [MyComp]}).createComponent( |
| 1428 | MyComp, |
nothing calls this directly
no test coverage detected