Home
last modified time | relevance | path

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

/expo/packages/jest-expo/src/snapshot/
H A DcreatePlatformResolver.js8 resolveSnapshotPath: (testPath, snapshotExtension) => {
10 testPath.replace(testDirectory, customPath) + getExt(snapshotExtension);
15 const testPath = snapshotFilePath constant
18 return testPath;