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