Home
last modified time | relevance | path

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

/expo/tools/src/generate-module/
H A DconfigureModule.ts264 const testDestinationPath = path.join(androidTestPath, ...javaPackage.split('.')); constant
266 await fs.mkdirp(testDestinationPath);
267 await fs.copy(testSourcePath, testDestinationPath);
273 await replaceContents(testDestinationPath, (singleFileContent) =>
278 testDestinationPath,