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