From f4cf16511dea4708cf304f155bdfa75776dad10c Mon Sep 17 00:00:00 2001 From: Jared M <73684895+professorjrod@users.noreply.github.com> Date: Sun, 9 Oct 2022 20:42:20 -0700 Subject: [PATCH] docs: link to ts-jest config --- docs/GettingStarted.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index a6b80910b30f..ad1eb3fcd9b8 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -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.