We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb38fcc commit 6f39d79Copy full SHA for 6f39d79
1 file changed
packages/jest-config/src/normalize.ts
@@ -562,6 +562,10 @@ export default function normalize(
562
options.coverageDirectory = path.resolve(options.rootDir, 'coverage');
563
}
564
565
+ if (!options.prettierPath) {
566
+ options.prettierPath = DEFAULT_CONFIG.prettierPath;
567
+ }
568
+
569
setupBabelJest(options);
570
// TODO: Type this properly
571
const newOptions = ({
0 commit comments