Example on how to use Jest in Typescript projects. http://bit.ly/ts_jest
Frederic G. MARAND 84c4c29c8f Removed initial code. | 6 years ago | |
---|---|---|
__tests__ | 6 years ago | |
src | 6 years ago | |
.gitignore | 6 years ago | |
.npmignore | 6 years ago | |
README.md | 6 years ago | |
jest.config.js | 6 years ago | |
package.json | 6 years ago | |
tsconfig.json | 6 years ago | |
tslint.json | 6 years ago |
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 )