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 e28b213 commit e06e34bCopy full SHA for e06e34b
packages/jest-transform/src/enhanceUnexpectedTokenMessage.ts
@@ -45,7 +45,7 @@ Here's what you can do:
45
${DOT}If you are trying to use ECMAScript Modules, see ${chalk.underline(
46
'https://jestjs.io/docs/ecmascript-modules',
47
)} for how to enable it.
48
-${DOT}If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
+${DOT}If you are trying to use TypeScript, see ${chalk.underline('https://jestjs.io/docs/getting-started#using-typescript')}
49
${DOT}To have some of your "node_modules" files transformed, you can specify a custom ${chalk.bold(
50
'"transformIgnorePatterns"',
51
)} in your config.
0 commit comments