Home
last modified time | relevance | path

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

/expo/packages/jest-expo/src/snapshot/
H A DcreatePlatformResolver.js5 const customPath = path.join(testDirectory, '__snapshots__'); constant
10 testPath.replace(testDirectory, customPath) + getExt(snapshotExtension);
16 .replace(customPath, testDirectory)