Home
last modified time | relevance | path

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

/expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/
H A Dupdate.ts23 notifyString: string | number
28 const bundleJson = testUpdateBundlesJson[notifyString]; constant
30 const bundleUrl = testUpdateBundlesJson[notifyString][platform]; constant
34 …`There is no bundle for notifyString = ${notifyString}. Please add this to the strings used to gen…
68 notifyString: any,
72 const bundleSrcPath = findBundlePath(projectRoot, platform, notifyString);
/expo/packages/expo-updates/e2e/fixtures/project_files/scripts/
H A Dgenerate-test-update-bundles.js41 for (const notifyString of ['test', ...notifyStrings]) {
42 console.log(`Creating bundle for string '${notifyString}'...`);
45 `testID="updateString" value="${notifyString}"`
64 testUpdateJson[notifyString] = {