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 @@ -70,6 +70,13 @@ const config: InitialOptionsTsJest = {
7070export default config
7171```
7272
73+ ::: important
74+
75+ When using TypeScript Jest config file, Jest will use ` ts-node ` to compile the config file. ` ts-jest ` doesn't take part in
76+ that process.
77+
78+ :::
79+
7380### Options
7481
7582All options have default values which should fit most of the projects. Click on the option's name to see details and example(s).
Original file line number Diff line number Diff line change @@ -70,6 +70,13 @@ const config: InitialOptionsTsJest = {
7070export default config
7171```
7272
73+ ::: important
74+
75+ When using TypeScript Jest config file, Jest will use ` ts-node ` to compile the config file. ` ts-jest ` doesn't take part in
76+ that process.
77+
78+ :::
79+
7380### Options
7481
7582All options have default values which should fit most of the projects. Click on the option's name to see details and example(s).
You can’t perform that action at this time.
0 commit comments