We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf792aa commit 013c14cCopy full SHA for 013c14c
.github/workflows/validate.yml
@@ -55,8 +55,6 @@ 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,9 +32,6 @@ const util = require('util')
32
const jestDiff = require('jest-diff').diff
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