We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3da3c commit a42de7aCopy full SHA for a42de7a
1 file changed
docs/user/install.md
@@ -13,15 +13,15 @@ You can install `ts-jest` and dependencies all at once with the following comman
13
Using `npm`:
14
15
```sh
16
-npm install --save-dev jest typescript ts-jest @types/jest
+npm install --save-dev jest typescript ts-jest
17
```
18
19
</div><div class="col-md-6" markdown="block">
20
21
Using `yarn`:
22
23
24
-yarn add --dev jest typescript ts-jest @types/jest
+yarn add --dev jest typescript ts-jest
25
26
27
</div></div>
0 commit comments