You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" <transform_regex>: ['ts-jest', { /* ts-jest config goes here in Jest */ }],\n"+
46
46
'},\n'+
47
47
'See more at https://kulshekhar.github.io/ts-jest/docs/getting-started/presets#advanced',
48
-
IsolatedModulesWithTsconfigPath='"isolatedModules" is deprecated and will be removed in v30.0.0. Please remove "isolatedModules" from your "ts-jest" transform options and enable "isolatedModules: true" in {{tsconfigFilePath}} instead.',
49
-
IsolatedModulesWithoutTsconfigPath='"isolatedModules" is deprecated and will be removed in v30.0.0. Please remove "isolatedModules" from your "ts-jest" transform options and enable "isolatedModules: true" in a tsconfig file instead.',
48
+
IsolatedModulesWithTsconfigPath=`
49
+
The "ts-jest" config option "isolatedModules" is deprecated and will be removed in v30.0.0. Please use "isolatedModules: true" in {{tsconfigFilePath}} instead, see https://www.typescriptlang.org/tsconfig/#isolatedModules
50
+
`,
51
+
IsolatedModulesWithoutTsconfigPath=`
52
+
The "ts-jest" config option "isolatedModules" is deprecated and will be removed in v30.0.0. Please use "isolatedModules: true", see https://www.typescriptlang.org/tsconfig/#isolatedModules
0 commit comments