Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/src/plugins/__tests__/
H A DwithDefaultPlugins-test.ts423 for (const xmlPath of [ constant
430 const isValid = await isValidXMLAsync(path.join(projectRoot, xmlPath));
431 if (!isValid) throw new Error(`Invalid XML file format at: "${xmlPath}"`);
446 for (const xmlPath of [ constant
451 const isValid = await isValidJSONAsync(path.join(projectRoot, xmlPath));
452 if (!isValid) throw new Error(`Invalid JSON file format at: "${xmlPath}"`);