mirror of
				https://github.com/NativeScript/NativeScript.git
				synced 2025-11-04 04:18:52 +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;
 |