shukerullah / react-geocode

A React module to transform a description of a location (i.e. street address, town name, etc.) into geographic coordinates (i.e. latitude and longitude) and vice versa.
MIT License
207 stars 35 forks source link

Unexpected token export when testing with jest. #10

Closed adam-horvath closed 6 years ago

adam-horvath commented 6 years ago

I use this library with React 15.6.2 and want to test my code with jest 22.2.1. When I run the tests, I get the following error:

export default { ^^^^^^ SyntaxError: Unexpected token export

shukerullah commented 6 years ago

I have updated module, can you please update to v0.0.8 and verify it? Thanks.

adam-horvath commented 6 years ago

Thanks, it works now with v0.0.9!