Example on how to use Jest in Typescript projects. http://bit.ly/ts_jest
|
|
il y a 7 ans | |
|---|---|---|
| __tests__ | il y a 7 ans | |
| src | il y a 7 ans | |
| .gitignore | il y a 7 ans | |
| .npmignore | il y a 7 ans | |
| README.md | il y a 7 ans | |
| jest.config.js | il y a 7 ans | |
| package.json | il y a 7 ans | |
| tsconfig.json | il y a 7 ans | |
| tslint.json | il y a 7 ans |
Demo how to use Jest in Typescript projects.
Based on Michael Tiller's article: https://medium.com/@mtiller/debugging-with-typescript-jest-ts-jest-and-visual-studio-code-ef9ca8644132
(aka http://bit.ly/ts_jest )