Home
last modified time | relevance | path

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

/expo/tools/src/generate-module/
H A DconfigureModule.ts263 const testSourcePath = path.join(androidTestPath, ...templateTestPackage.split('.')); constant
267 await fs.copy(testSourcePath, testDestinationPath);
268 await fs.remove(testSourcePath);