11 lines
		
	
	
		
			282 B
		
	
	
	
		
			TypeScript
		
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			282 B
		
	
	
	
		
			TypeScript
		
	
	
|  | import * as Index from '.'; | ||
|  | 
 | ||
|  | describe('Index', () => { | ||
|  |   test.each(['Action', 'BuildParameters', 'Cache', 'Docker', 'ImageTag', 'Input', 'Platform', 'Project', 'Unity'])( | ||
|  |     'exports %s', | ||
|  |     (exportedModule) => { | ||
|  |       expect(Index[exportedModule]).toBeDefined(); | ||
|  |     }, | ||
|  |   ); | ||
|  | }); |