From e0f08754d507610b68d09caf835c2d7c8bae9a16 Mon Sep 17 00:00:00 2001 From: Jamie Rolfs Date: Wed, 18 Jan 2023 16:59:55 -0800 Subject: [PATCH] chore: remove discrepancy in Jest configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I have to merge `next` to appease Semantic Release... my fault for abandoning it I guess 😩 EINVALIDNEXTVERSION --- jest.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index e8fecd1a..0da992f5 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,6 +1,5 @@ const { globals, - transform, transformIgnorePatterns, ...config } = require('./src/config/jest.config')