-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
fix: run babel-plugin-jest-hoist as exit visitor #7634
Conversation
Hmm, this broke the injected babel helpers 😢 |
Whitelisting the helpers would probably suck because it would need frequent updating. |
That's a good idea, it should work! Will test tomorrow |
Great, let me know if you encounter any issues with that approach :) |
If you have time now, it'd be awesome if you could test it :) |
Not today I'm afraid, but if you want to focus on other stuff and want me to take over and get this running properly I'd be happy to help. Done quite some stuff with Babel in the past. |
Took a closer look at the logic now, and if you have some understanding of babel plugin, I'd love for you to take over this one! 😀 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Fixes #7633
Test plan
Integration test added