mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 07:57:39 +03:00 
			
		
		
		
	* d3tooltip * Add back type-check * Remove dependency * map2tree * Use lodash-es * Update jest invocation * Transform lodash-es * d3-state-visualizer * Use module: node16 * Update * Create chilly-fans-hunt.md
		
			
				
	
	
		
			12 lines
		
	
	
		
			463 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			463 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   setupFilesAfterEnv: ['<rootDir>/test/setup.js'],
 | |
|   testPathIgnorePatterns: ['<rootDir>/examples'],
 | |
|   testEnvironment: 'jsdom',
 | |
|   moduleNameMapper: {
 | |
|     '\\.css$': '<rootDir>/test/__mocks__/styleMock.ts',
 | |
|   },
 | |
|   transformIgnorePatterns: [
 | |
|     'node_modules/(?!.pnpm|@babel/code-frame|@babel/highlight|@babel/helper-validator-identifier|chalk|d3|dateformat|delaunator|internmap|jsondiffpatch|lodash-es|nanoid|robust-predicates|uuid)',
 | |
|   ],
 | |
| };
 |