Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kulshekhar authored Mar 2, 2018
1 parent d716b25 commit 14f5949
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ To use this in your project, run:
```sh
npm install --save-dev ts-jest @types/jest
```
If you don't already have jest installed,
```sh
npm install --save-dev jest 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 14f5949

Please sign in to comment.