From de30963df0fc87352b489656c72e57b8db6065cc Mon Sep 17 00:00:00 2001 From: "Brian Wm. McAllister" Date: Wed, 18 Oct 2017 16:17:51 -0400 Subject: [PATCH] Update README to include installation instructions. (#84) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 63d73aea2b..ed4d259347 100644 --- a/README.md +++ b/README.md @@ -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