Merge pull request #95 from davojan/patch-1

Typo in ts-jest name in README
This commit is contained in:
Bowden Kelly 2018-03-16 11:12:24 -07:00 коммит произвёл GitHub
Родитель 042f0ceb32 d2b296e350
Коммит b82d2c662f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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