diff --git a/jest.config.js b/jest.config.js index 8318124e24..ea41c31e8b 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,6 @@ module.exports = { name: 'Unit test', testMatch: ['**/packages/**/__tests__/?(*.)+(spec|test).js'], + modulePathIgnorePatterns: ['.cache'], transform: {}, };