mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	Ignore .cache path in jest
This commit is contained in:
		@@ -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',
 | 
			
		||||
  },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user