Skip to content

Commit

Permalink
docs: link to ts-jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
professorjrod committed Oct 10, 2022
1 parent c295c6d commit f4cf165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/GettingStarted.md
Expand Up @@ -162,6 +162,8 @@ However, there are some [caveats](https://babeljs.io/docs/en/babel-plugin-transf
npm install --save-dev ts-jest
```

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.

#### Type definitions

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

0 comments on commit f4cf165

Please sign in to comment.