diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 126525d3..f1359d76 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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 diff --git a/tests/toWarnDev.js b/tests/toWarnDev.js index b60a32ca..2aae39f0 100644 --- a/tests/toWarnDev.js +++ b/tests/toWarnDev.js @@ -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