Skip to content

Commit

Permalink
chore: removes redundant type definition install instruction (#2114)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfdes authored Nov 7, 2020
1 parent dc3da3c commit a42de7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ You can install `ts-jest` and dependencies all at once with the following comman
Using `npm`:

```sh
npm install --save-dev jest typescript ts-jest @types/jest
npm install --save-dev jest typescript ts-jest
```

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

Using `yarn`:

```sh
yarn add --dev jest typescript ts-jest @types/jest
yarn add --dev jest typescript ts-jest
```

</div></div>
Expand Down

0 comments on commit a42de7a

Please sign in to comment.