Skip to content

Commit b4fad01

Browse files
Brendan Mulhollandafonsojramos
authored andcommitted
Upgrade to Jest 29
1 parent e397667 commit b4fad01

File tree

2 files changed

+466
-447
lines changed

2 files changed

+466
-447
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
"global": {
5959
"lines": 90
6060
}
61+
},
62+
"snapshotFormat": {
63+
"escapeString": true,
64+
"printBasicPrototype": true
6165
}
6266
},
6367
"build": {
@@ -127,7 +131,7 @@
127131
"devDependencies": {
128132
"@testing-library/react": "^14.0.0",
129133
"@testing-library/react-hooks": "^8.0.0",
130-
"@types/jest": "^28",
134+
"@types/jest": "^29.5.5",
131135
"@types/lodash": "^4.14.165",
132136
"@types/node": "^18.18.0",
133137
"@types/react": "^18.2.22",
@@ -139,16 +143,16 @@
139143
"electron": "^13.1.7",
140144
"electron-builder": "^24.6.4",
141145
"electron-notarize": "^1.0.1",
142-
"jest": "^28",
143-
"jest-environment-jsdom": "^28",
146+
"jest": "^29.7.0",
147+
"jest-environment-jsdom": "^29.7.0",
144148
"nock": "^13.0.5",
145149
"postcss": "^8.4.30",
146150
"postcss-loader": "^7.3.3",
147151
"prettier": "^3.0.3",
148152
"react-test-renderer": "^18.2.0",
149153
"style-loader": "^3.3.3",
150154
"tailwindcss": "^3.3.3",
151-
"ts-jest": "^28",
155+
"ts-jest": "^29.1.1",
152156
"webpack": "^5.83.1",
153157
"webpack-cli": "^5.1.1",
154158
"webpack-merge": "^5.8.0"

0 commit comments

Comments
 (0)