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 30 alpha #16074

Merged
merged 1 commit into from Nov 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .yarnrc.yml
Expand Up @@ -41,11 +41,6 @@ unsafeHttpWhitelist:
- localhost

packageExtensions:
jest-snapshot@*:
dependencies:
# It doesn't support Prettier 3 yet
prettier: "^2.0.0"

# @babel/preset-env depends on all these packages using the condition:
# protocol, which does not properly propagate peer dependency requirements.
# We know that we have the correct Babel version in the monorepo, so let's
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -66,9 +66,9 @@
"husky": "^8.0.3",
"import-meta-resolve": "^3.0.0",
"is-ci": "^3.0.1",
"jest": "^29.6.2",
"jest-light-runner": "^0.5.1",
"jest-worker": "^29.6.2",
"jest": "^30.0.0-alpha.1",
"jest-light-runner": "^0.6.0-alpha.1",
"jest-worker": "^30.0.0-alpha.1",
"lint-staged": "^14.0.1",
"mergeiterator": "^1.4.4",
"prettier": "^3.0.3",
Expand Down