From d2b296e3505fcc7b83ed0c28615eddeb27921fa4 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 14 Mar 2018 15:45:40 +0300 Subject: [PATCH] Typo in ts-jest name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c645c3..00957e0 100644 --- a/README.md +++ b/README.md @@ -522,7 +522,7 @@ In that file you'll find two sections: | node-sass | Allows to compile .scss files to .css | | nodemon | Utility that automatically restarts node process when it crashes | | supertest | HTTP assertion library. | -| ts-test | A preprocessor with sourcemap support to help use TypeScript wit Jest.| +| ts-jest | A preprocessor with sourcemap support to help use TypeScript wit Jest.| | ts-node | Enables directly running TS files. Used to run `copy-static-assets.ts` | | tslint | Linter (similar to ESLint) for TypeScript files | | typescript | JavaScript compiler/type checker that boosts JavaScript productivity |