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