Home
last modified time | relevance | path

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

/expo/packages/expo-updates/e2e/fixtures/project_files/scripts/
H A Dgenerate-test-update-bundles.js69 const testUpdateBundlesJsonPath = path.join(testUpdateBundlesPath, 'test-updates.json');
70 await fs.writeFile(testUpdateBundlesJsonPath, JSON.stringify(testUpdateJson, null, 2), 'utf-8');
/expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/
H A Dupdate.ts26 const testUpdateBundlesJsonPath = path.join(testUpdateBundlesPath, 'test-updates.json'); constant
27 const testUpdateBundlesJson = require(testUpdateBundlesJsonPath);