Home
last modified time | relevance | path

Searched refs:androidTestPath (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/generate-module/
H A DconfigureModule.ts261 const androidTestPath = findAndroidSourceDir(androidPath, 'test'); constant
262 const templateTestPackage = findTemplateAndroidPackage(androidTestPath);
263 const testSourcePath = path.join(androidTestPath, ...templateTestPackage.split('.'));
264 const testDestinationPath = path.join(androidTestPath, ...javaPackage.split('.'));
270 path.join(androidTestPath, templateTestPackage.split('.')[0])