Skip to content

Commit

Permalink
chore: Update Jest to v28
Browse files Browse the repository at this point in the history
Jest has been updated to v28. This will enable us to use new features
introduced in Jest v28, in later PRs.

See here for the migration guide: https://jestjs.io/docs/28.x/upgrading-to-jest28
  • Loading branch information
Gudahtt committed Jul 24, 2023
1 parent b76307f commit fe2af73
Show file tree
Hide file tree
Showing 2 changed files with 498 additions and 672 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
"@testing-library/react-native": "12.1.2",
"@types/enzyme": "^3.10.9",
"@types/is-url": "^1.2.30",
"@types/jest": "^27.2.0",
"@types/jest": "^28.1.8",
"@types/node": "^17.0.21",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.11",
Expand All @@ -386,7 +386,7 @@
"assert": "1.4.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "^27.2.0",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.3",
"babel-plugin-transform-inline-environment-variables": "0.4.3",
"babel-plugin-transform-remove-console": "6.9.4",
Expand All @@ -410,7 +410,7 @@
"ganache": "^7.7.7",
"husky": "1.3.1",
"improved-yarn-audit": "^3.0.0",
"jest": "^27.2.0",
"jest": "^28.1.3",
"jest-junit": "^15.0.0",
"jetifier": "2.0.0",
"lint-staged": "10.5.4",
Expand Down
Loading

0 comments on commit fe2af73

Please sign in to comment.