mirror of
				https://github.com/NativeScript/NativeScript.git
				synced 2025-11-01 01:19:52 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			309 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			309 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| /* eslint-disable */
 | |
| export default {
 | |
| 	displayName: 'workspace-plugin',
 | |
| 	preset: '../../jest.preset.js',
 | |
| 	transform: {
 | |
| 		'^.+\\.[tj]s$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
 | |
| 	},
 | |
| 	moduleFileExtensions: ['ts', 'js', 'html'],
 | |
| 	coverageDirectory: '../../coverage/tools/workspace-plugin',
 | |
| };
 | 
