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

Update to Jest v28 #10843

Closed
swissspidy opened this issue Mar 8, 2022 · 1 comment · Fixed by #11387
Closed

Update to Jest v28 #10843

swissspidy opened this issue Mar 8, 2022 · 1 comment · Fixed by #11387
Assignees
Labels
P3 Nice to have Type: Infrastructure Changes impacting testing infrastructure or build tooling

Comments

@swissspidy
Copy link
Collaborator

Task Description

Jest v28 is currently in alpha. One of the main new features is builtin support for the --shard parameter for distributed parallel test execution. See jestjs/jest#12546

That means we can remove our custom jest-parallell-sequencer package and its usage, and update CI to use this new parameter instead.

@swissspidy swissspidy added P2 Should do soon Type: Infrastructure Changes impacting testing infrastructure or build tooling Pod: WP labels Mar 8, 2022
@swissspidy
Copy link
Collaborator Author

Jest 28 is now available: https://jestjs.io/blog/2022/04/25/jest-28

@swissspidy swissspidy self-assigned this Apr 27, 2022
@swissspidy swissspidy added P3 Nice to have and removed P2 Should do soon labels May 9, 2022
@swissspidy swissspidy mentioned this issue May 25, 2022
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Nice to have Type: Infrastructure Changes impacting testing infrastructure or build tooling
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant