diff --git a/jest.config.js b/jest.config.js index 69abee24c..9930a513e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -10,6 +10,7 @@ module.exports = { ], }, transformIgnorePatterns: ['/node_modules/(?!dagre-d3-renderer/lib|khroma).*\\.js'], + testPathIgnorePatterns: ['/node_modules/', '.cache'], moduleNameMapper: { '\\.(css|scss)$': 'identity-obj-proxy', },