Skip to content

Commit 8bdf551

Browse files
committed
chore(breaking): bump Jest to 26
1 parent 5d38d77 commit 8bdf551

File tree

3 files changed

+1170
-1186
lines changed

3 files changed

+1170
-1186
lines changed

__tests__/__snapshots__/snapshotDiff.test.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ exports[`diffs short strings 1`] = `
163163

164164
exports[`failed optional deps throws with sensible message on missing react-test-renderer 1`] = `
165165
"Failed to load optional module \\"react-test-renderer\\". If you need to compare React elements, please add \\"react-test-renderer\\" to your project's dependencies.
166-
Cannot find module 'non-existent-module-for-testing' from 'snapshotDiff.test.js'"
166+
Cannot find module 'non-existent-module-for-testing' from '__tests__/snapshotDiff.test.js'"
167167
`;
168168

169169
exports[`shows diff when comparing React fragments of varying length 1`] = `

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"jest": ">=16"
2020
},
2121
"dependencies": {
22-
"jest-diff": "^25.1.0",
23-
"jest-snapshot": "^25.1.0",
24-
"pretty-format": "^25.1.0"
22+
"jest-diff": "^26.0.1",
23+
"jest-snapshot": "^26.0.1",
24+
"pretty-format": "^26.0.1"
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "^7.7.0",
@@ -35,7 +35,7 @@
3535
"enzyme-to-json": "^3.4.0",
3636
"eslint": "^6.6.0",
3737
"flow-bin": "^0.123.0",
38-
"jest": "^24.0.0",
38+
"jest": "^26.0.1",
3939
"react": "^16.13.1",
4040
"react-dom": "16.13.1",
4141
"react-test-renderer": "^16.13.1"

0 commit comments

Comments
 (0)