mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +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
		
			
				
	
	
		
			16 lines
		
	
	
		
			555 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			555 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   preset: 'ts-jest',
 | |
|   setupFilesAfterEnv: ['<rootDir>/test/setup.ts'],
 | |
|   testEnvironment: 'jsdom',
 | |
|   moduleNameMapper: {
 | |
|     '\\.css$': '<rootDir>/test/__mocks__/styleMock.ts',
 | |
|   },
 | |
|   transform: {
 | |
|     '^.+\\.jsx?$': 'babel-jest',
 | |
|     '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
 | |
|   },
 | |
|   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)',
 | |
|   ],
 | |
| };
 |