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