Searched refs:notifyString (Results 1 – 2 of 2) sorted by relevance
23 notifyString: string | number28 const bundleJson = testUpdateBundlesJson[notifyString]; constant30 const bundleUrl = testUpdateBundlesJson[notifyString][platform]; constant34 …`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);
41 for (const notifyString of ['test', ...notifyStrings]) {42 console.log(`Creating bundle for string '${notifyString}'...`);45 `testID="updateString" value="${notifyString}"`64 testUpdateJson[notifyString] = {