mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 07:57:39 +03:00 
			
		
		
		
	* react-base16-styling * Use inline react-base16-styling themes * Fix * Format * Fix * Fixes * Transform more * react-json-tree * Update lock * Remove unnecessary * react-dock * Move to dep * Lock * Fix * Fix * Create tame-eagles-relax.md
		
			
				
	
	
		
			13 lines
		
	
	
		
			347 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			347 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   preset: 'ts-jest',
 | |
|   testEnvironment: 'jsdom',
 | |
|   moduleNameMapper: {
 | |
|     '\\.css$': '<rootDir>/test/__mocks__/styleMock.ts',
 | |
|   },
 | |
|   transform: {
 | |
|     '^.+\\.jsx?$': 'babel-jest',
 | |
|     '^.+\\.tsx?$': ['ts-jest', { tsconfig: 'tsconfig.test.json' }],
 | |
|   },
 | |
|   transformIgnorePatterns: ['node_modules/(?!.pnpm|lodash-es|nanoid)'],
 | |
| };
 |