diff --git a/google-maps-mock.js b/google-maps-mock.js index d68ec89..7cf9f80 100644 --- a/google-maps-mock.js +++ b/google-maps-mock.js @@ -28,6 +28,9 @@ places: { Autocomplete: function() { this.addListener = () => {}; + this.setFields = () => {}; + this.setComponentRestrictions = () => {}; + this.getPlace = () => {}; }, AutocompleteService: function() {}, PlacesService: function(obj){