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!
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!