Skip to content

Commit c4095c6

Browse files
committed
less syntax
1 parent 0a103ee commit c4095c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/jest-config/src/normalize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ function validateExtensionsToTreatAsEsm(
492492
function printConfig(opts: Array<string>) {
493493
const string = opts.map(ext => `'${ext}'`).join(', ');
494494

495-
return `${chalk.bold(`extensionsToTreatAsEsm: [${string}]`)}`;
495+
return chalk.bold(`extensionsToTreatAsEsm: [${string}]`);
496496
}
497497

498498
const extensionWithoutDot = extensionsToTreatAsEsm.some(

0 commit comments

Comments
 (0)