mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-30 23:47:35 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			423 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			423 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`Slider renders correctly 1`] = `
 | |
| <div
 | |
|   class="sc-gKclnd iJZQWz"
 | |
| >
 | |
|   <input
 | |
|     max="100"
 | |
|     min="0"
 | |
|     type="range"
 | |
|     value="0"
 | |
|   />
 | |
| </div>
 | |
| `;
 | |
| 
 | |
| exports[`Slider renders with props 1`] = `
 | |
| <div
 | |
|   class="sc-gKclnd fqzyoG"
 | |
|   disabled=""
 | |
| >
 | |
|   <label>
 | |
|     Hi
 | |
|      
 | |
|   </label>
 | |
|   <input
 | |
|     disabled=""
 | |
|     max="10"
 | |
|     min="1"
 | |
|     type="range"
 | |
|     value="5"
 | |
|   />
 | |
| </div>
 | |
| `;
 |