mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 07:57:39 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			132 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			132 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| require('@babel/polyfill');
 | |
| global.chrome = require('sinon-chrome');
 | |
| require('@testing-library/jest-dom');
 | |
| 
 | |
| jest.setTimeout(50000);
 |