mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-31 07:57:39 +03:00 
			
		
		
		
	* fix(deps): update all non-major dependencies * Changes Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
		
			
				
	
	
		
			39 lines
		
	
	
		
			536 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			536 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`Toolbar renders correctly 1`] = `
 | |
| <div
 | |
|   class="sc-bqiRlB gHuqeJ"
 | |
| >
 | |
|   <div
 | |
|     class="sc-eCImPb jJlSpx"
 | |
|   >
 | |
|     <button
 | |
|       class="sc-dkPtRN hMJxMJ"
 | |
|     >
 | |
|       1
 | |
|     </button>
 | |
|   </div>
 | |
|   <div
 | |
|     class="sc-ksdxgE juUnxj"
 | |
|   />
 | |
|   <div
 | |
|     class="sc-hBUSln jyJWLq"
 | |
|   />
 | |
|   <div
 | |
|     class="sc-eCImPb jJlSpx"
 | |
|   >
 | |
|     <button
 | |
|       class="sc-dkPtRN hMJxMJ"
 | |
|     >
 | |
|       2
 | |
|     </button>
 | |
|   </div>
 | |
| </div>
 | |
| `;
 | |
| 
 | |
| exports[`Toolbar renders with props 1`] = `
 | |
| <div
 | |
|   class="sc-bqiRlB iAOHyw"
 | |
| />
 | |
| `;
 |