We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa72f6 commit d56a77dCopy full SHA for d56a77d
.github/workflows/validate.yml
@@ -55,6 +55,8 @@ jobs:
55
- name: ⚛️ Setup react
56
run: npm install react@${{ matrix.react }} react-dom@${{ matrix.react }}
57
58
+ - run: npm ls jest-diff
59
+
60
- name: ▶️ Run validate script
61
run: npm run validate
62
tests/toWarnDev.js
@@ -32,6 +32,9 @@ const util = require('util')
32
const jestDiff = require('jest-diff').default
33
const shouldIgnoreConsoleError = require('./shouldIgnoreConsoleError')
34
35
+console.log({jestDiff})
36
+console.log(require('jest-diff'))
37
38
function normalizeCodeLocInfo(str) {
39
if (typeof str !== 'string') {
40
return str
0 commit comments