Skip to content

Commit a42de7a

Browse files
authored
chore: removes redundant type definition install instruction (#2114)
1 parent dc3da3c commit a42de7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ You can install `ts-jest` and dependencies all at once with the following comman
1313
Using `npm`:
1414

1515
```sh
16-
npm install --save-dev jest typescript ts-jest @types/jest
16+
npm install --save-dev jest typescript ts-jest
1717
```
1818

1919
</div><div class="col-md-6" markdown="block">
2020

2121
Using `yarn`:
2222

2323
```sh
24-
yarn add --dev jest typescript ts-jest @types/jest
24+
yarn add --dev jest typescript ts-jest
2525
```
2626

2727
</div></div>

0 commit comments

Comments
 (0)