From dfd37d4231dbc40c1a3a9fbfc9f49a7af1d7a0e8 Mon Sep 17 00:00:00 2001 From: Nick Angelou Date: Thu, 23 May 2024 10:34:33 +0700 Subject: [PATCH] fix haste --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index ee9872a..1da0a44 100644 --- a/jest.config.js +++ b/jest.config.js @@ -95,7 +95,7 @@ module.exports = { }, // An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader - // modulePathIgnorePatterns: [], + modulePathIgnorePatterns: ['/dist/package.json'], // Activates notifications for test results // notify: false,