Skip to content

Commit

Permalink
chore(Jest): upgrade jest form v28 to v29 for faster executions
Browse files Browse the repository at this point in the history
- Here is the [PR](jestjs/jest#13421)
- Update snapshots regarding the [snapshotFormat change](https://jestjs.io/blog/2022/08/25/jest-29)
  • Loading branch information
tujoworker committed Oct 21, 2022
1 parent d5437bb commit 73143be
Show file tree
Hide file tree
Showing 2 changed files with 959 additions and 177 deletions.
12 changes: 6 additions & 6 deletions packages/dnb-eufemia/package.json
Expand Up @@ -157,13 +157,13 @@
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0",
"@types/jest": "28.1.1",
"@types/jest-axe": "3.5.3",
"@types/jest": "29.2.0",
"@types/jest-axe": "3.5.5",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.5",
"audit-ci": "5.1.2",
"babel-jest": "28.1.1",
"babel-jest": "29.2.1",
"babel-plugin-optimize-clsx": "2.6.2",
"babel-plugin-search-and-replace": "1.1.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
Expand Down Expand Up @@ -198,10 +198,10 @@
"gulp-rename": "2.0.0",
"gulp-transform": "3.0.5",
"history": "5.1.0",
"jest": "28.1.1",
"jest": "29.2.1",
"jest-axe": "6.0.0",
"jest-environment-jsdom": "28.1.1",
"jest-environment-node": "28.1.1",
"jest-environment-jsdom": "29.2.1",
"jest-environment-node": "29.2.1",
"jest-matchmedia-mock": "1.1.0",
"jest-raw-loader": "1.0.1",
"jest-screenshot": "0.3.5",
Expand Down

0 comments on commit 73143be

Please sign in to comment.