Searched refs:jestConfig (Results 1 – 3 of 3) sorted by relevance
49 function mutateJestMappingFromConfig(jestConfig, configFile) { argument64 jestConfig.moduleNameMapper = {66 ...(jestConfig.moduleNameMapper || {}),83 function withTypescriptMapping(jestConfig) { argument84 const fromTsConfig = mutateJestMappingFromConfig(jestConfig, 'tsconfig.json');86 ? mutateJestMappingFromConfig(jestConfig, 'jsconfig.json')97 return jestConfig;
4 const jestConfig = { variable17 export default nextJest({ dir: './' })(jestConfig);
83 #### `getWatchPlugins(jestConfig)`96 #### `withWatchPlugins(jestConfig)`98 … this will ensure any existing `watchPlugins` are safely merged with `getWatchPlugins(jestConfig)`.