Home
last modified time | relevance | path

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

/expo/packages/jest-expo/src/preset/
H A DwithTypescriptMapping.js49 function mutateJestMappingFromConfig(jestConfig, configFile) { argument
64 jestConfig.moduleNameMapper = {
66 ...(jestConfig.moduleNameMapper || {}),
83 function withTypescriptMapping(jestConfig) { argument
84 const fromTsConfig = mutateJestMappingFromConfig(jestConfig, 'tsconfig.json');
86 ? mutateJestMappingFromConfig(jestConfig, 'jsconfig.json')
97 return jestConfig;
/expo/docs/
H A Djest.config.js4 const jestConfig = { variable
17 export default nextJest({ dir: './' })(jestConfig);
/expo/packages/jest-expo/
H A DREADME.md83 #### `getWatchPlugins(jestConfig)`
96 #### `withWatchPlugins(jestConfig)`
98 … this will ensure any existing `watchPlugins` are safely merged with `getWatchPlugins(jestConfig)`.