| 1 | import {TestBed} from '@angular/core/testing'; |
| 2 | import {MapGeocoderResponse, MapGeocoder} from './map-geocoder'; |
| 3 | import {createGeocoderConstructorSpy, createGeocoderSpy} from '../testing/fake-google-map-utils'; |
| 4 |
nothing calls this directly
no test coverage detected