Skip to content

Commit

Permalink
chore: upgrade jest to v29 (#1510)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Apr 9, 2023
1 parent 7eb6379 commit 8a60a56
Show file tree
Hide file tree
Showing 11 changed files with 10,256 additions and 10,341 deletions.
2,185 changes: 1,050 additions & 1,135 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -59,7 +59,7 @@
"@commitlint/cli": "^16.3.0",
"@commitlint/config-conventional": "^16.2.4",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^28.1.3",
"babel-jest": "^29.5.0",
"cross-env": "^7.0.3",
"cspell": "^6.31.1",
"del": "^6.1.1",
Expand All @@ -70,8 +70,8 @@
"eslint-plugin-import": "^2.27.5",
"file-loader": "^6.2.0",
"husky": "^7.0.1",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"less": "^4.1.3",
"less-loader": "^10.0.1",
"lint-staged": "^12.5.0",
Expand Down
180 changes: 90 additions & 90 deletions test/__snapshots__/esModule-option.test.js.snap

Large diffs are not rendered by default.

1,456 changes: 728 additions & 728 deletions test/__snapshots__/exportType.test.js.snap

Large diffs are not rendered by default.

0 comments on commit 8a60a56

Please sign in to comment.