| 1 | import { Component } from '@angular/core'; |
| 2 | import { ComponentFixture, fakeAsync, TestBed } from '@angular/core/testing'; |
| 3 | import { By } from '@angular/platform-browser'; |
| 4 | import { mouseMoveTrigger } from '../utils/testing/event-helper'; |
nothing calls this directly
no test coverage detected