10 lines
		
	
	
		
			406 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			406 B
		
	
	
	
		
			Plaintext
		
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`Switch should has click wave effect 1`] = `
 | |
| <button type="button" role="switch" aria-checked="true" class="ant-switch-checked ant-switch">
 | |
|   <div class="ant-switch-handle">
 | |
|     <!---->
 | |
|   </div><span class="ant-switch-inner"><span class="ant-switch-inner-checked"><!----></span><span class="ant-switch-inner-unchecked"><!----></span></span>
 | |
| </button>
 | |
| `;
 |