mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 16:07:45 +03:00 
			
		
		
		
	* fix(deps): update all non-major dependencies * Update snapshots * Update snpashots --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
		
			
				
	
	
		
			25 lines
		
	
	
		
			381 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			381 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
 | |
| 
 | |
| 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>
 | |
| `;
 |