Skip to content

Commit

Permalink
Minor Jest upgrade (#26150)
Browse files Browse the repository at this point in the history
Minor version bump to get the fix for `numPassingAsserts`:
jestjs/jest#13795

Test Plan:
CI
  • Loading branch information
kassens committed Feb 10, 2023
1 parent 71cace4 commit 2de85d7
Show file tree
Hide file tree
Showing 2 changed files with 386 additions and 370 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -69,11 +69,11 @@
"gzip-size": "^5.1.1",
"hermes-eslint": "^0.9.0",
"hermes-parser": "^0.9.0",
"jest": "^29.4.1",
"jest-cli": "^29.4.1",
"jest-diff": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-snapshot-serializer-raw": "^1.1.0",
"jest": "^29.4.2",
"jest-cli": "^29.4.2",
"jest-diff": "^29.4.2",
"jest-environment-jsdom": "^29.4.2",
"jest-snapshot-serializer-raw": "^1.2.0",
"minimatch": "^3.0.4",
"minimist": "^1.2.3",
"mkdirp": "^0.5.1",
Expand Down

0 comments on commit 2de85d7

Please sign in to comment.