Skip to content

Commit

Permalink
Revert "debug"
Browse files Browse the repository at this point in the history
This reverts commit b64436c.
  • Loading branch information
eps1lon committed Mar 19, 2024
1 parent cf792aa commit 013c14c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ 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: 0 additions & 3 deletions tests/toWarnDev.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ const util = require('util')
const jestDiff = require('jest-diff').diff
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 013c14c

Please sign in to comment.