-
Notifications
You must be signed in to change notification settings - Fork 157
Support jest 27 #344
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
Comments
Just saw that there is already a pull request for this issue: #343 |
Be aware that
So you can still force the use of jest v27 just don't try to use babel-jest v27 |
We are discussing this here: #343 If you are interested in helping out, that'd be great, let me know. We are exploring moving to a monorepo setup so we can be more flexible with what versions of things we support. |
So how do I transpile
Any solution for that? |
Are you using Jest 27? Vue 2? Vue 3? We have tentative Vue 3 + Jest 27 support, see this comment. Follow the whole thread for some context - we are changing the versioning to mach Jest's versioning. Vue 2 + Jest 27 support is not released yet. |
Vue 3 + Jest 27 with Quasar |
Jest 27 support is coming soon - there is a early alpha, see this comment: #343 (comment) I have no idea about Quasar, though. |
v27.0.0-alpha.1 has been released.
|
This worked for me. @nogic1008 the readme is not up to date.
|
Would someone like to make a PR to update the README? That would be very useful. |
There it is (WIP): #388 |
Using
[email protected]
I am getting the following error when trying to upgrade to jest 27:Node version: v16.2.0
npm version: 7.13.0
The text was updated successfully, but these errors were encountered: