mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-30 23:47:35 +03:00 
			
		
		
		
	* Replace styled-components with Emotion in ui * react-dock * Remainder * Fix * Format * Update snapshots * Create bright-sheep-joke.md
		
			
				
	
	
		
			14 lines
		
	
	
		
			181 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			181 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`Button renders correctly 1`] = `
 | |
| <div
 | |
|   class="css-jg680o"
 | |
| >
 | |
|   <button
 | |
|     class="css-g2zi5"
 | |
|   >
 | |
|     Text
 | |
|   </button>
 | |
| </div>
 | |
| `;
 |