react-native-geocoder
react-native-geocoder copied to clipboard
Jest run tests: Cannot read property 'RNGeocoder' of undefined
Hi,
While running npm tests i am getting this error in the application
` ● Test suite failed to run
TypeError: Cannot read property 'RNGeocoder' of undefined
at Object.<anonymous> (node_modules/react-native-geocoder/js/geocoder.js:4:41)
at Object.<anonymous> (node_modules/react-native-geocoder/index.js:1:252)`
Any ideas how to mock this?
Did you tried cd ios && pod install?