mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	* Replace styled-components with Emotion in ui * react-dock * Remainder * Fix * Format * Update snapshots * Create bright-sheep-joke.md
		
			
				
	
	
		
			25 lines
		
	
	
		
			363 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			363 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`ContextMenu renders correctly 1`] = `
 | |
| <div
 | |
|   class="css-1x2keqt"
 | |
|   style="top: 100px; left: 100px;"
 | |
| >
 | |
|   <button
 | |
|     value="Menu Item 1"
 | |
|   >
 | |
|     Menu Item 1
 | |
|   </button>
 | |
|   <button
 | |
|     value="Menu Item 2"
 | |
|   >
 | |
|     Menu Item 2
 | |
|   </button>
 | |
|   <button
 | |
|     value="Menu Item 3"
 | |
|   >
 | |
|     Menu Item 3
 | |
|   </button>
 | |
| </div>
 | |
| `;
 |