mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 09:56:44 +00:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			273 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			273 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|   | // import LeftMenuHeader from '../index';
 | ||
|  | 
 | ||
|  | import expect from 'expect'; | ||
|  | // import { shallow } from 'enzyme';
 | ||
|  | // import React from 'react';
 | ||
|  | 
 | ||
|  | describe('<LeftMenuHeader />', () => { | ||
|  |   it('Expect to have unit tests specified', () => { | ||
|  |     expect(true).toEqual(true); | ||
|  |   }); | ||
|  | }); |