mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 09:56:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			327 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			327 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| // import { fromJS } from 'immutable';
 | |
| // import { makeSelect{{ properCase name }}Domain } from '../selectors';
 | |
| 
 | |
| // const selector = makeSelect{{ properCase name}}Domain();
 | |
| 
 | |
| describe('makeSelect{{ properCase name }}Domain', () => {
 | |
|   it('Expect to have unit tests specified', () => {
 | |
|     expect(true).toEqual(false);
 | |
|   });
 | |
| });
 | 
