()
| 781 | |
| 782 | /** Creates a jasmine.SpyObj for the Geocoder */ |
| 783 | export function createGeocoderSpy(): jasmine.SpyObj<google.maps.Geocoder> { |
| 784 | return jasmine.createSpyObj('google.maps.Geocoder', ['geocode']); |
| 785 | } |
| 786 | |
| 787 | /** Creates a jasmine.Spy to watch for the constructor of the Geocoder. */ |
| 788 | export function createGeocoderConstructorSpy( |
no outgoing calls
no test coverage detected
searching dependent graphs…