Skip to content

Commit

Permalink
Use Jest 30 alpha (#16074)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Nov 4, 2023
1 parent 934c1b3 commit 3352f4d
Show file tree
Hide file tree
Showing 3 changed files with 478 additions and 374 deletions.
5 changes: 0 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 3352f4d

Please sign in to comment.