Home
last modified time | relevance | path

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

/expo/packages/jest-expo/src/snapshot/
H A DcreatePlatformResolver.js6 const getExt = (ext) => `${ext}.${platform}`; function
10 testPath.replace(testDirectory, customPath) + getExt(snapshotExtension);
17 .slice(0, -getExt(snapshotExtension).length);