Example on how to use Jest in Typescript projects.
http://bit.ly/ts_jest
- TypeScript 85.2%
- JavaScript 14.8%
| __tests__ | ||
| src | ||
| .gitignore | ||
| .npmignore | ||
| jest.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tslint.json | ||
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 )