Home
last modified time | relevance | path

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

/expo/packages/@expo/fingerprint/scripts/
H A DcreateFixture.ts60 const resultJSON: Record<string, string | null> = {}; constant
62 resultJSON[path.join('/app', path.relative('/', key))] = value;
64 realFS.writeFileSync(outputFile, JSON.stringify(resultJSON, null, 2));