mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-10-30 23:47:35 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			364 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			364 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`Editor renders correctly 1`] = `
 | |
| <Editor
 | |
|   autofocus={false}
 | |
|   foldGutter={true}
 | |
|   lineNumbers={true}
 | |
|   lineWrapping={false}
 | |
|   mode="javascript"
 | |
|   readOnly={false}
 | |
|   value="var a = 1;"
 | |
| >
 | |
|   <styled.div
 | |
|     innerRef={[Function]}
 | |
|   >
 | |
|     <div
 | |
|       className="sc-gZMcBi bFOJgt"
 | |
|     />
 | |
|   </styled.div>
 | |
| </Editor>
 | |
| `;
 |