-
-
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
Update migration guide with jest-codemods transformers #4306
Conversation
Hm. What is going on... Seems the latest 6 PRs have the same issue. Maybe Looks a bit funky https://www.npmjs.com/package/jest-runner |
@skovhus this is known issue for some time. Looks like a bug with yarn workspaces linking, didn't have time to investigate it though. |
@thymikee ok, thanks.
|
Hm, that may be the case. Can you check with |
https://ci.appveyor.com/project/Daniel15/jest/build/4447 also seems to show some unrelated issues: |
* Update migration guide with jest-codemods transformers * Try to fix Cannot find module 'jest-runner' * Update package.json
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
The migration-guide documentation hasn't been updated for some time and jest-codemods now supports upgrading from even more test frameworks to Jest.
Test plan
Before:
After: