Skip to content

Commit f4cf165

Browse files
docs: link to ts-jest config
1 parent c295c6d commit f4cf165

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docs/GettingStarted.md

+2
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ However, there are some [caveats](https://babeljs.io/docs/en/babel-plugin-transf
162162
npm install --save-dev ts-jest
163163
```
164164

165+
In order for Jest to transpile TypeScript with ts-jest, you may also need to create a [configuration](https://kulshekhar.github.io/ts-jest/docs/getting-started/installation#jest-config-file) file.
166+
165167
#### Type definitions
166168

167169
There are two ways to have [Jest global APIs](GlobalAPI.md) typed for test files written in TypeScript.

0 commit comments

Comments
 (0)