DEV Community

Discussion on: Jest SyntaxError: Unexpected token 'export'

Collapse
 
gabimor profile image
Gabi Mor

Hi :) I'm having a similar issue and for the life of me cant manage to make jest form with some of our modules. receiving the Unexpected token 'export'

tried to ignore the module with no success. I'd love to get your insight about this :)

Collapse
 
ozaytsev86 profile image
Olek

Thanks for your comment Gabi, would be nice if you could share a minimal repository with the issue you have, so I could take a look to see if I can do something there.

Collapse
 
gabimor profile image
Gabi Mor

Thanks Olek! Already figured it out, just npm installed the package that crashed, upgrading its veraion solved it