From e0d6072972eb1404d4780097d712d1b73904a91d Mon Sep 17 00:00:00 2001 From: Forbes Lindesay Date: Tue, 13 Jun 2017 15:13:34 +0100 Subject: [PATCH 1/3] Tell people to also install @types/jest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b8e85e458..7f6123d5ad 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To use this in your project, run: ```sh -npm install --save-dev ts-jest +npm install --save-dev ts-jes @types/jest" ``` Modify your project's `package.json` so that the `jest` section looks something like: ```json From a3935c6dd758d7ae63a54aa447d3459c1eaf2d7a Mon Sep 17 00:00:00 2001 From: Forbes Lindesay Date: Fri, 16 Jun 2017 01:03:17 +0100 Subject: [PATCH 2/3] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f6123d5ad..553146a383 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To use this in your project, run: ```sh -npm install --save-dev ts-jes @types/jest" +npm install --save-dev ts-jest @types/jest" ``` Modify your project's `package.json` so that the `jest` section looks something like: ```json From ad1d2c96043c13b9a18a333e5c06daf138f857fe Mon Sep 17 00:00:00 2001 From: Kulshekhar Kabra Date: Sat, 17 Jun 2017 12:09:36 +0530 Subject: [PATCH 3/3] Update AUTHORS Add @ForbesLindesay to author list --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index cb6ebf343d..79c558abef 100644 --- a/AUTHORS +++ b/AUTHORS @@ -14,6 +14,7 @@ David Sheldrick Emil Persson Eric Anderson Felipe Matos +Forbes Lindesay Gustav Wengel Henry Zektser Ihor Chulinda