-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Upgrade Yarn off of classic #687
base: main
Are you sure you want to change the base?
Conversation
|
This will require Node 18 or newer. Otherwise you get an error like below.
|
This reverts commit 172252b.
Simen pointed out that this was a limitation of Yarn 4 and we can retain the versions that were currently have with Yarn 3, which Jest is using. |
What
Upgrade off of classic Yarn to the latest Yarn.
Why
This makes jest-extended match Jest and provides the benefits Yarn documents.