Skip to content

Commit d56a77d

Browse files
committed
debug
1 parent caa72f6 commit d56a77d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/validate.yml

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
- name: ⚛️ Setup react
5656
run: npm install react@${{ matrix.react }} react-dom@${{ matrix.react }}
5757

58+
- run: npm ls jest-diff
59+
5860
- name: ▶️ Run validate script
5961
run: npm run validate
6062

tests/toWarnDev.js

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ const util = require('util')
3232
const jestDiff = require('jest-diff').default
3333
const shouldIgnoreConsoleError = require('./shouldIgnoreConsoleError')
3434

35+
console.log({jestDiff})
36+
console.log(require('jest-diff'))
37+
3538
function normalizeCodeLocInfo(str) {
3639
if (typeof str !== 'string') {
3740
return str

0 commit comments

Comments
 (0)