Ignore .cache path in jest

This commit is contained in:
Sidharth Vinod
2022-06-20 11:00:45 +05:30
parent 648b15b00b
commit 5ea93fb3d2

View File

@@ -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',
},