Home
last modified time | relevance | path

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

/expo/packages/@expo/fingerprint/src/hash/__tests__/
H A DHash-test.ts225 const dirSource: HashSource = { type: 'dir', filePath: '/app/ios', reasons: ['bareNativeDir'] }; constant
226 expect(createSourceId(dirSource)).toBe('/app/ios');