mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-10-31 02:44:17 +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'], |   transformIgnorePatterns: ['/node_modules/(?!dagre-d3-renderer/lib|khroma).*\\.js'], | ||||||
|  |   testPathIgnorePatterns: ['/node_modules/', '.cache'], | ||||||
|   moduleNameMapper: { |   moduleNameMapper: { | ||||||
|     '\\.(css|scss)$': 'identity-obj-proxy', |     '\\.(css|scss)$': 'identity-obj-proxy', | ||||||
|   }, |   }, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sidharth Vinod
					Sidharth Vinod