mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 07:57:39 +03:00 
			
		
		
		
	* fix(deps): update dependency jsondiffpatch to ^0.6.0 * Cleanup renovate.json * Code updates * Update test config --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			453 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			453 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|nanoid|robust-predicates|uuid)',
 | |
|   ],
 | |
| };
 |