Home
last modified time | relevance | path

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

/expo/apps/jest-expo-mock-generator/
H A DApp.js149 const mock = type !== 'function' ? _mockifyValue(value, { context, key }) : undefined;
178 function _mockifyValue(value) { function