Example on how to use Jest in Typescript projects. http://bit.ly/ts_jest
|
|
há 7 anos atrás | |
|---|---|---|
| __tests__ | há 7 anos atrás | |
| src | há 7 anos atrás | |
| .gitignore | há 7 anos atrás | |
| .npmignore | há 7 anos atrás | |
| README.md | há 7 anos atrás | |
| jest.config.js | há 7 anos atrás | |
| package.json | há 7 anos atrás | |
| tsconfig.json | há 7 anos atrás | |
| tslint.json | há 7 anos atrás |
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 )