-
Notifications
You must be signed in to change notification settings - Fork 309
fix jest-editor-support tests breakage #508
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 jest-editor-support tests breakage #508
Conversation
the ci error is due to testing with the old |
Thank you! |
…r-support-dependencies
Me too. 👏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to merge with the next version of jest-editor-support
.
Should we expect that version bump in this PR?
ok, the new "jest-editor-support" 27.0.0 is out, I updated the package.json and adjusted the jest config because when installing from npm, some modules under "jest-editor-support/node_modules" got hoisted to the top, so we still have to explicitly unmock those in we should be ready to merge now. |
* fix jest-editor-support tests breakage * try escape path separator for ci * adding more unmock patterns for ci * undo previous change * fix changelog * update jest-editor-support versio and jest config
fix test breakage issue when linking with the newly update
jest-editor-support
see /jest-community/jest-editor-support#14, particular hereNote: this PR will failed ci until we pick up the next
jest-editor-support