mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-30 23:47:35 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			54 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`Notification renders correctly 1`] = `
 | |
| <div
 | |
|   class="sc-fjdhpX gcvrGp"
 | |
|   type="info"
 | |
| >
 | |
|   <span>
 | |
|     Message
 | |
|   </span>
 | |
| </div>
 | |
| `;
 | |
| 
 | |
| exports[`Notification renders with props 1`] = `
 | |
| <div
 | |
|   class="sc-fjdhpX gcvrGp"
 | |
|   type="error"
 | |
| >
 | |
|   <svg
 | |
|     fill="currentColor"
 | |
|     height="1em"
 | |
|     preserveAspectRatio="xMidYMid meet"
 | |
|     style="vertical-align:middle"
 | |
|     viewBox="0 0 40 40"
 | |
|     width="1em"
 | |
|   >
 | |
|     <g>
 | |
|       <path
 | |
|         d="m21.6 21.6v-10h-3.2v10h3.2z m0 6.8v-3.4h-3.2v3.4h3.2z m-1.6-25c9.2 0 16.6 7.4 16.6 16.6s-7.4 16.6-16.6 16.6-16.6-7.4-16.6-16.6 7.4-16.6 16.6-16.6z"
 | |
|       />
 | |
|     </g>
 | |
|   </svg>
 | |
|   <span>
 | |
|     Message
 | |
|   </span>
 | |
|   <button>
 | |
|     <svg
 | |
|       fill="currentColor"
 | |
|       height="1em"
 | |
|       preserveAspectRatio="xMidYMid meet"
 | |
|       style="vertical-align:middle"
 | |
|       viewBox="0 0 40 40"
 | |
|       width="1em"
 | |
|     >
 | |
|       <g>
 | |
|         <path
 | |
|           d="m31.6 10.7l-9.3 9.3 9.3 9.3-2.3 2.3-9.3-9.3-9.3 9.3-2.3-2.3 9.3-9.3-9.3-9.3 2.3-2.3 9.3 9.3 9.3-9.3z"
 | |
|         />
 | |
|       </g>
 | |
|     </svg>
 | |
|   </button>
 | |
| </div>
 | |
| `;
 |