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