googlemaps / googlemaps/js-jest-mocks
places.PlacesServiceStatus.OK is not mocked
Open
type: feature request
- Dominant language
- TypeScript
- Stars
- 42
- Forks
- 33
- Avg merge
- 1m
- Merged PRs (30d)
- 3
Description
Hello!
I'm encountering this next error while testing a component that uses a 3rd party library that uses google maps API:

I made this work by searching which property it is trying to read and mocking it by extending the global.window.google object you create with the method initialize() like this:
So my request is to add that mock for that particular flag. Thank you!
Contributor guide
Assessment
This issue has not been assessed yet.