| 1 | import {Component, ViewChild, ChangeDetectionStrategy} from '@angular/core'; |
| 2 | import {ComponentFixture, fakeAsync, flush, TestBed} from '@angular/core/testing'; |
| 3 | import type {MarkerClusterer, Renderer, Algorithm} from './map-marker-clusterer-types'; |
| 4 |
nothing calls this directly
no test coverage detected