Skip to content

Commit e06e34b

Browse files
Apply review suggestions
1 parent e28b213 commit e06e34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jest-transform/src/enhanceUnexpectedTokenMessage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Here's what you can do:
4545
${DOT}If you are trying to use ECMAScript Modules, see ${chalk.underline(
4646
'https://jestjs.io/docs/ecmascript-modules',
4747
)} for how to enable it.
48-
${DOT}If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
48+
${DOT}If you are trying to use TypeScript, see ${chalk.underline('https://jestjs.io/docs/getting-started#using-typescript')}
4949
${DOT}To have some of your "node_modules" files transformed, you can specify a custom ${chalk.bold(
5050
'"transformIgnorePatterns"',
5151
)} in your config.

0 commit comments

Comments
 (0)