| 1 | import {Component, ElementRef, ViewChild, ChangeDetectionStrategy} from '@angular/core'; |
| 2 | import {ComponentFixture, TestBed, fakeAsync, tick, waitForAsync} from '@angular/core/testing'; |
| 3 | import {ContentObserver, MutationObserverFactory, ObserversModule} from './observe-content'; |
| 4 |
nothing calls this directly
no test coverage detected