mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 01:47:25 +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>
		
			
				
	
	
		
			14 lines
		
	
	
		
			199 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			199 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
 | 
						|
 | 
						|
exports[`Button renders correctly 1`] = `
 | 
						|
<div
 | 
						|
  class="css-jg680o"
 | 
						|
>
 | 
						|
  <button
 | 
						|
    class="css-g2zi5"
 | 
						|
  >
 | 
						|
    Text
 | 
						|
  </button>
 | 
						|
</div>
 | 
						|
`;
 |