-
Notifications
You must be signed in to change notification settings - Fork 156
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
Support jest 28 #468
Support jest 28 #468
Conversation
0cf225e
to
0afa2a1
Compare
Nice job, I'll take a look at this soon. |
fixes vuejs#467 [BREAKING CHANGE]: Drop support for jest 27
Jest 28 dropped Node 10 support as well
8db6a2b
to
d5fdb7a
Compare
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.
Code fixes is LGTM, but docs need to update for clarify versioning.
Once the docs is updated we can merge and release the Jest 28 support. 🙏 |
Nice job @valentinpalkovic. Please give me a day or two to get this merged and released, since we need to also create the legacy 27.x branch before merging, and a few other things. I'm glad supporting Jest 28 was quite straight forward. |
@lmiller1990 any chance of landing this in the next few days? |
I will probably be busy until the weekend, so it should be done by the start of next week. |
I will do this right now. |
It's out, please give it a try: https://github.com/vuejs/vue-jest/releases/tag/v28.0.0 |
fixes #467
[BREAKING CHANGE]: