mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 09:57:26 +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>
 | 
						|
`;
 |