mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
11 lines
257 B
TypeScript
11 lines
257 B
TypeScript
import { NativeScriptConfig } from '@nativescript/core';
|
|
|
|
export default {
|
|
id: 'org.nativescript.UnitTestApp',
|
|
appResourcesPath: '../../tools/assets/App_Resources',
|
|
android: {
|
|
v8Flags: '--expose_gc',
|
|
markingMode: 'none',
|
|
},
|
|
} as NativeScriptConfig;
|