mirror of
				https://github.com/NativeScript/NativeScript.git
				synced 2025-10-31 16:06:01 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			288 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			288 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { NativeScriptConfig } from '@nativescript/core';
 | |
| 
 | |
| export default {
 | |
| 	id: 'org.nativescript.UnitTestApp',
 | |
| 	appPath: 'src',
 | |
| 	appResourcesPath: '../../tools/assets/App_Resources',
 | |
| 	android: {
 | |
| 		v8Flags: '--expose_gc',
 | |
| 	},
 | |
| 	cli: {
 | |
| 		packageManager: 'npm',
 | |
| 	},
 | |
| } as NativeScriptConfig;
 | 
