Home
last modified time | relevance | path

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

/expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/
H A Dupdate.ts73 const bundleDestPath = path.join(STATIC_FOLDER_PATH, filename); constant
74 await fs.copyFile(bundleSrcPath, bundleDestPath);
75 return await shaHash(bundleDestPath);