mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			123 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			123 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  preset: 'ts-jest',
 | 
						|
  globals: {
 | 
						|
    'ts-jest': {
 | 
						|
      tsconfig: 'tsconfig.test.json',
 | 
						|
    },
 | 
						|
  },
 | 
						|
};
 |