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