DEV Community

Discussion on: ✨ Introducing use-places-autocomplete: React hook for Google Maps Places Autocomplete

 
wellyshen profile image
Welly • Edited

You can use jest mock functions to mock this library and let it responses the status and data that you want.

Thread Thread
 
wellyshen profile image
Welly

If you still don't know how to do it, feel free to leave an issue on the repo.