-
Notifications
You must be signed in to change notification settings - Fork 90
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
Not working with jest, Invalid variable access: _get__ #223
Comments
Seems to be similar to #183 |
@bhovhannes Yes, unfortunately no solution worked for me, I had to patch |
I think I have similar problem, but it say |
Did anyone discover a solution for this issue? |
I'm having the same issue. Does anyone know how to overcome this? |
I am having this issue. It is holding up an important PR. |
babel-plugin-rewire
is not working with jest for me, because ofbabel-plugin-jest-hoist
.To Reproduce
Check out this repo.
Run
npm run jest
I know there is already a similar issue open but I don't understand why not more people are having this issue since the app is downloaded 70k+ times per week.
Since
babel-plugin-jest-hoist
is included inbabel-jest
I believe it should affect many people...The text was updated successfully, but these errors were encountered: