Skip to content

Commit 69822e5

Browse files
authored
Update all of jest 30.0.5 → 30.1.2 (minor) (#343)
2 parents 206d095 + 60c6d30 commit 69822e5

File tree

3 files changed

+253
-253
lines changed

3 files changed

+253
-253
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@testing-library/jest-dom": "^6.8.0",
6666
"@testing-library/react": "^16.3.0",
6767
"@testing-library/user-event": "^14.6.1",
68-
"babel-jest": "~30.0.5",
68+
"babel-jest": "~30.1.2",
6969
"babel-loader": "~10.0.0",
7070
"cross-env": "~10.0.0",
7171
"css-loader": "~7.1.2",
@@ -80,8 +80,8 @@
8080
"globals": "^16.3.0",
8181
"history": "~5.3.0",
8282
"html-webpack-plugin": "~5.6.4",
83-
"jest": "~30.0.5",
84-
"jest-environment-jsdom": "^30.0.5",
83+
"jest": "~30.1.2",
84+
"jest-environment-jsdom": "^30.1.2",
8585
"mini-css-extract-plugin": "^2.9.4",
8686
"prop-types": "~15.8.1",
8787
"react": "~19.1.1",

tests/__snapshots__/ContextMenu.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`ContextMenu tests shows when event with correct "id" is triggered 1`] = `
44
<body>

0 commit comments

Comments
 (0)