Example on how to use Jest in Typescript projects. http://bit.ly/ts_jest

Frederic G. MARAND 84c4c29c8f Removed initial code. %!s(int64=5) %!d(string=hai) anos
__tests__ 84c4c29c8f Removed initial code. %!s(int64=5) %!d(string=hai) anos
src 84c4c29c8f Removed initial code. %!s(int64=5) %!d(string=hai) anos
.gitignore 84751ff98f First passing test. %!s(int64=5) %!d(string=hai) anos
.npmignore 84751ff98f First passing test. %!s(int64=5) %!d(string=hai) anos
README.md 5f9a45c3eb Mettre à jour 'README.md' %!s(int64=5) %!d(string=hai) anos
jest.config.js 80bf1131ae Add modules and imports. %!s(int64=5) %!d(string=hai) anos
package.json 84c4c29c8f Removed initial code. %!s(int64=5) %!d(string=hai) anos
tsconfig.json 84c4c29c8f Removed initial code. %!s(int64=5) %!d(string=hai) anos
tslint.json 80bf1131ae Add modules and imports. %!s(int64=5) %!d(string=hai) anos

README.md

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 )