Skip to content

Commit 013c14c

Browse files
committed
Revert "debug"
This reverts commit b64436c.
1 parent cf792aa commit 013c14c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/validate.yml

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

58-
- run: npm ls jest-diff
59-
6058
- name: ▶️ Run validate script
6159
run: npm run validate
6260

tests/toWarnDev.js

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

35-
console.log({jestDiff})
36-
console.log(require('jest-diff'))
37-
3835
function normalizeCodeLocInfo(str) {
3936
if (typeof str !== 'string') {
4037
return str

0 commit comments

Comments
 (0)