Skip to content

Commit

Permalink
less syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 15, 2020
1 parent 0a103ee commit c4095c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-config/src/normalize.ts
Expand Up @@ -492,7 +492,7 @@ function validateExtensionsToTreatAsEsm(
function printConfig(opts: Array<string>) {
const string = opts.map(ext => `'${ext}'`).join(', ');

return `${chalk.bold(`extensionsToTreatAsEsm: [${string}]`)}`;
return chalk.bold(`extensionsToTreatAsEsm: [${string}]`);
}

const extensionWithoutDot = extensionsToTreatAsEsm.some(
Expand Down

0 comments on commit c4095c6

Please sign in to comment.