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