Searched refs:testUpdateBundlesPath (Results 1 – 2 of 2) sorted by relevance
35 const testUpdateBundlesPath = path.join(projectRoot, 'test-update-bundles');36 await fs.rm(testUpdateBundlesPath, { recursive: true, force: true });37 await fs.mkdir(testUpdateBundlesPath);57 const iosBundleDestPath = path.join(testUpdateBundlesPath, path.basename(iosBundlePath));59 testUpdateBundlesPath,69 const testUpdateBundlesJsonPath = path.join(testUpdateBundlesPath, 'test-updates.json');
25 const testUpdateBundlesPath = path.join(projectRoot, 'test-update-bundles'); constant26 const testUpdateBundlesJsonPath = path.join(testUpdateBundlesPath, 'test-updates.json');31 return path.join(testUpdateBundlesPath, bundleUrl);