Home
last modified time | relevance | path

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

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