-
Notifications
You must be signed in to change notification settings - Fork 476
Unexpected identifier when setup jest mock #194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Have you looked into troubleshooting jest guide here? |
I don't use Flow in my RN 0.61+ project and this is working fine for me:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior
Hi!!
I'm trying to setup AsyncStorage mock this way:
jestSetup.js
when I run my tests I get the following error:
Environment
Any hint?? Thanks!
The text was updated successfully, but these errors were encountered: