Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/src/plugins/__tests__/
H A DwithDefaultPlugins-test.ts451 const isValid = await isValidJSONAsync(path.join(projectRoot, xmlPath));
691 async function isValidJSONAsync(filePath: string) { function