We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb6344 commit 6bbb3e2Copy full SHA for 6bbb3e2
package.json
@@ -53,7 +53,7 @@
53
"@testing-library/jest-dom": "^5.11.6",
54
"chalk": "^4.1.2",
55
"dotenv-cli": "^4.0.0",
56
- "jest-diff": "^29.4.1",
+ "jest-diff": "^29.7.0",
57
"kcd-scripts": "^13.0.0",
58
"npm-run-all": "^4.1.5",
59
"react": "^18.0.0",
tests/toWarnDev.js
@@ -29,7 +29,7 @@ SOFTWARE.
29
/* eslint-disable func-names */
30
/* eslint-disable complexity */
31
const util = require('util')
32
-const jestDiff = require('jest-diff').default
+const jestDiff = require('jest-diff').diff
33
const shouldIgnoreConsoleError = require('./shouldIgnoreConsoleError')
34
35
function normalizeCodeLocInfo(str) {
0 commit comments