| 1 | import {Component, ViewChild, ChangeDetectionStrategy} from '@angular/core'; |
| 2 | import {TestBed} from '@angular/core/testing'; |
| 3 | |
| 4 | import {DEFAULT_OPTIONS, GoogleMap} from '../google-map/google-map'; |
nothing calls this directly
no test coverage detected