1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

Typo in ts-jest name

This commit is contained in:
David
2018-03-14 15:45:40 +03:00
committed by GitHub
parent 042f0ceb32
commit d2b296e350

View File

@@ -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 |