diff --git a/packages/jest-config/src/utils.js b/packages/jest-config/src/utils.js index 6e3533009e01..8831b25c0233 100644 --- a/packages/jest-config/src/utils.js +++ b/packages/jest-config/src/utils.js @@ -40,7 +40,8 @@ export const resolve = (rootDir: string, key: string, filePath: Path) => { throw createValidationError( ` Module ${chalk.bold(filePath)} in the ${chalk.bold( key, - )} option was not found.`, + )} option was not found. + ${chalk.bold('')} is: ${rootDir}`, ); }