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 0a103ee commit c4095c6Copy full SHA for c4095c6
1 file changed
packages/jest-config/src/normalize.ts
@@ -492,7 +492,7 @@ function validateExtensionsToTreatAsEsm(
492
function printConfig(opts: Array<string>) {
493
const string = opts.map(ext => `'${ext}'`).join(', ');
494
495
- return `${chalk.bold(`extensionsToTreatAsEsm: [${string}]`)}`;
+ return chalk.bold(`extensionsToTreatAsEsm: [${string}]`);
496
}
497
498
const extensionWithoutDot = extensionsToTreatAsEsm.some(
0 commit comments