Skip to content

Commit

Permalink
Merge pull request kulshekhar#246 from ForbesLindesay/patch-1
Browse files Browse the repository at this point in the history
Tell people to also install @types/jest
  • Loading branch information
kulshekhar authored Jun 17, 2017
2 parents e28afd9 + ad1d2c9 commit 2634f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ David Sheldrick <[email protected]>
Emil Persson <[email protected]>
Eric Anderson <[email protected]>
Felipe Matos <[email protected]>
Forbes Lindesay <[email protected]>
Gustav Wengel <[email protected]>
Henry Zektser <[email protected]>
Ihor Chulinda <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

To use this in your project, run:
```sh
npm install --save-dev ts-jest
npm install --save-dev ts-jest @types/jest"
```
Modify your project's `package.json` so that the `jest` section looks something like:
```json
Expand Down

0 comments on commit 2634f78

Please sign in to comment.