Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 19, 2024
1 parent caa72f6 commit d56a77d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
- name: ⚛️ Setup react
run: npm install react@${{ matrix.react }} react-dom@${{ matrix.react }}

- run: npm ls jest-diff

- name: ▶️ Run validate script
run: npm run validate

Expand Down
3 changes: 3 additions & 0 deletions tests/toWarnDev.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ const util = require('util')
const jestDiff = require('jest-diff').default
const shouldIgnoreConsoleError = require('./shouldIgnoreConsoleError')

console.log({jestDiff})
console.log(require('jest-diff'))

function normalizeCodeLocInfo(str) {
if (typeof str !== 'string') {
return str
Expand Down

0 comments on commit d56a77d

Please sign in to comment.