mirror of
				https://github.com/reduxjs/redux-devtools.git
				synced 2025-11-04 01:47:25 +03:00 
			
		
		
		
	* chore(deps): update all non-major dependencies * Prettify * Combine versions * Downgrade knex * Engine changes * Only LTS * Greater than * Combine lodash * Fix type * Fix type * Update snapshots Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			335 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			335 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>
 | 
						|
    <div
 | 
						|
      className="sc-jrAFXE eSKznJ"
 | 
						|
    />
 | 
						|
  </styled.div>
 | 
						|
</Editor>
 | 
						|
`;
 |