Skip to content

Commit 97e2c03

Browse files
committed
docs: correct link to doc for transpilation option
1 parent 94b6ab4 commit 97e2c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/messages.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const enum Errors {
2828
export const enum Helps {
2929
FixMissingModule = '{{label}}: `npm i -D {{module}}` (or `yarn add --dev {{module}}`)',
3030
MigrateConfigUsingCLI = 'Your Jest configuration is outdated. Use the CLI to help migrating it: ts-jest config:migrate <config-file>.',
31-
UsingModernNodeResolution = 'Using hybrid module kind (Node16/18/Next) is only supported in "transpilation: true". Please set "transpilation: true" in for `ts-jest` config in your Jest config file.',
31+
UsingModernNodeResolution = 'Using hybrid module kind (Node16/18/Next) is only supported in "transpilation: true". Please set "transpilation: true" in for `ts-jest` config in your Jest config file, see https://kulshekhar.github.io/ts-jest/docs/getting-started/options/transpilation',
3232
}
3333

3434
/**
@@ -46,7 +46,7 @@ export const enum Deprecations {
4646
'},\n' +
4747
'See more at https://kulshekhar.github.io/ts-jest/docs/getting-started/presets#advanced',
4848
ReplaceIsolatedModulesWithTranspilation = `
49-
The "ts-jest" config option "isolatedModules" is deprecated and will be removed in v30.0.0. Please use "transpilation: true" instead, see https://kulshekhar.github.io/ts-jest/docs/options/transpilation
49+
The "ts-jest" config option "isolatedModules" is deprecated and will be removed in v30.0.0. Please use "transpilation: true" instead, see https://kulshekhar.github.io/ts-jest/docs/getting-started/options/transpilation
5050
`,
5151
}
5252

0 commit comments

Comments
 (0)