From c4b23e4fd087fd27b95b2051de5fe156f7a07523 Mon Sep 17 00:00:00 2001 From: eps1lon Date: Tue, 19 Mar 2024 22:23:20 +0100 Subject: [PATCH] Revert "debug" This reverts commit b64436cf4ba8dda5ab43f0353799dda499cc0d7d. --- .github/workflows/validate.yml | 2 -- tests/toWarnDev.js | 3 --- 2 files changed, 5 deletions(-) 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