Skip to content

Commit

Permalink
Update README to include installation instructions. (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcallister authored and thymikee committed Oct 18, 2017
1 parent 1229bd8 commit de30963
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This is a part of the article: [Testing Angular faster with Jest](https://www.xf

*Note: This preset does not suport AngularJS (1.x). If you want to set up Jest with AngularJS, please see [this blog post](https://medium.com/aya-experience/testing-an-angularjs-app-with-jest-3029a613251).*

## Installation

```bash
yarn add --dev jest jest-preset-angular @types/jest
```

## Usage
In `src` directory create `setupJest.ts` file with following contents:
```js
Expand Down

0 comments on commit de30963

Please sign in to comment.