File tree Expand file tree Collapse file tree
versioned_docs/version-27.0/getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,8 +61,10 @@ Or through TypeScript (if `ts-node` is installed):
6161import type { InitialOptionsTsJest } from ' ts-jest/dist/types'
6262
6363const config: InitialOptionsTsJests = {
64- ' ts-jest' : {
65- // ts-jest configuration goes here
64+ globals: {
65+ ' ts-jest' : {
66+ // ts-jest configuration goes here
67+ },
6668 },
6769}
6870export default config
Original file line number Diff line number Diff line change @@ -61,8 +61,10 @@ Or through TypeScript (if `ts-node` is installed):
6161import type { InitialOptionsTsJest } from ' ts-jest/dist/types'
6262
6363const config: InitialOptionsTsJests = {
64- ' ts-jest' : {
65- // ts-jest configuration goes here
64+ globals: {
65+ ' ts-jest' : {
66+ // ts-jest configuration goes here
67+ },
6668 },
6769}
6870export default config
You can’t perform that action at this time.
0 commit comments