You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/docs/getting-started/presets.md
+30-6
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ title: Presets
18
18
19
19
### Basic usage
20
20
21
-
In most cases, simply setting the `preset` key to the desired preset name in your Jest config should be enough to start using TypeScript with Jest (assuming you added `ts-jest` to your `devDependencies` of course):
21
+
In most cases, simply setting the `preset` key to the desired preset name in your Jest config should be enough to start
22
+
using TypeScript with Jest (assuming you added `ts-jest` to your `devDependencies` of course):
22
23
23
24
```js
24
25
// jest.config.js
@@ -53,11 +54,11 @@ In this case you'll need to use the JavaScript version of Jest config (comment/u
0 commit comments