Skip to content

Commit 7c4ea24

Browse files
docs: add link to the typescript integration instructions (#11806)
1 parent 651eb37 commit 7c4ea24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/blog/2019-01-25-jest-24-refreshing-polished-typescript-friendly.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ While Jest has supported Babel 7 since version 22 released in December 2017, it
2525

2626
If you want to run typechecks while you test, you should use [`ts-jest`](https://github.com/kulshekhar/ts-jest). You will need to configure the transformer, as Jest by default applies Babel to `.ts` (and `.tsx`) files. Alternatively, you can run `tsc` or even use a Jest runner to simultaneously transpile your TypeScript whilst running your tests! See [`jest-runner-tsc`](https://github.com/azz/jest-runner-tsc) for more information.
2727

28+
See [the docs](/docs/getting-started#using-typescript) for more details.
29+
2830
_Note that if you for whatever reason cannot upgrade to Babel 7, you can still use Jest 24 with `babel@6` as long as you keep `babel-jest` at version 23._
2931

3032
## `test.todo`

0 commit comments

Comments
 (0)