Skip to content
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

Use Jest version 27.0.1 #2435

Merged
merged 2 commits into from
May 26, 2021
Merged

Use Jest version 27.0.1 #2435

merged 2 commits into from
May 26, 2021

Conversation

mrtnzlml
Copy link
Member

See release notes: https://jestjs.io/blog/2021/05/25/jest-27

There is currently one issue with global afterEach callbacks order which I workarounded by using afterAll (see: jestjs/jest#11456). I will wait for the resolution of that issue and update our code accordingly.

See release notes: https://jestjs.io/blog/2021/05/25/jest-27

There is currently one issue with global `afterEach` callbacks order which I workarounded by using `afterAll` (see: jestjs/jest#11456). I will wait for the resolution of that issue and update our code accordingly.
@@ -27,7 +27,7 @@ const commonProjectConfig = {
transform: {
'^.+\\.js$': 'babel-jest',
},
timers: 'fake',
timers: 'legacy', // TODO: migrate to the Jest default values!
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel vercel bot temporarily deployed to Preview – universe-sx-tailwind-website May 26, 2021 20:55 Inactive
@vercel vercel bot temporarily deployed to Preview – universe-example-relay May 26, 2021 20:55 Inactive
@kodiakhq kodiakhq bot merged commit 154daeb into master May 26, 2021
@kodiakhq kodiakhq bot deleted the jest_27.0.1 branch May 26, 2021 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants