Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/utils/__tests__/
H A DXML-test.ts29 const stringsPath = '/app/android/app/src/main/res/values/strings.xml'; constant
30 let stringsJSON = await readResourcesXMLAsync({ path: stringsPath });
68 const stringsPath = '/app/android/app/src/main/res/values/strings.xml'; constant
69 const stringsJSON = await readResourcesXMLAsync({ path: stringsPath });
70 await writeXMLAsync({ path: stringsPath, xml: stringsJSON });
71 expect(await fs.promises.readFile(stringsPath, 'utf-8')).toBe(example);
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DUpdates-test.ts233 const stringsPath = '/app/android/app/src/main/res/values/strings.xml'; constant
234 const stringsJSON = await readResourcesXMLAsync({ path: stringsPath });