-
Notifications
You must be signed in to change notification settings - Fork 46
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
'Jest encountered an unexpected token' when set up as jest projects #89
Comments
Are you able to run eslint by itself? |
Yes, eslint runs just fine on its own, it also runs within Jest if run alone, but not within projects. |
Should |
@jakeherp don't suppose you ever found a solution for this? My project is react-native (expo bare workflow) + typescript. I created a fresh rn-expo project without typescript and it still occurred mind you. |
I have the same issue and have been trying to find a solution for days without success :( |
I am getting the message
for all my unit tests when setting up
jest-runner-eslint
in projects:Removing
projects
results in all tests passing, so I assume it has to do with my implementation?This is within a Gatsby site following their implementation for TypeScript: https://www.gatsbyjs.org/docs/unit-testing/#using-typescript
The text was updated successfully, but these errors were encountered: