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