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 6243097 commit 0c84238Copy full SHA for 0c84238
1 file changed
packages/jest-config/src/normalize.ts
@@ -561,6 +561,10 @@ export default async function normalize(
561
options.coverageDirectory = path.resolve(options.rootDir, 'coverage');
562
}
563
564
+ if (!options.prettierPath) {
565
+ options.prettierPath = DEFAULT_CONFIG.prettierPath;
566
+ }
567
+
568
setupBabelJest(options);
569
// TODO: Type this properly
570
const newOptions = {
0 commit comments