mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	* stash * more * cli rename * Remove reference * Fix another reference * Fix scripts * Fix package name * Fix tsconfig
		
			
				
	
	
		
			5 lines
		
	
	
		
			123 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			123 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import Enzyme from 'enzyme';
 | |
| import Adapter from 'enzyme-adapter-react-16';
 | |
| 
 | |
| Enzyme.configure({ adapter: new Adapter() });
 |