Home
last modified time | relevance | path

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

/expo/packages/expo-updates/e2e/fixtures/project_files/scripts/
H A Dgenerate-test-update-bundles.js35 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');
/expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/
H A Dupdate.ts25 const testUpdateBundlesPath = path.join(projectRoot, 'test-update-bundles'); constant
26 const testUpdateBundlesJsonPath = path.join(testUpdateBundlesPath, 'test-updates.json');
31 return path.join(testUpdateBundlesPath, bundleUrl);