Example on how to use Jest in Typescript projects. http://bit.ly/ts_jest
  • TypeScript 85.2%
  • JavaScript 14.8%
Find a file
2018-08-19 09:15:36 +02:00
__tests__ Removed initial code. 2018-08-19 09:15:36 +02:00
src Removed initial code. 2018-08-19 09:15:36 +02:00
.gitignore First passing test. 2018-08-18 16:13:58 +02:00
.npmignore First passing test. 2018-08-18 16:13:58 +02:00
jest.config.js Add modules and imports. 2018-08-18 19:49:24 +02:00
package.json Removed initial code. 2018-08-19 09:15:36 +02:00
README.md Mettre à jour 'README.md' 2018-08-18 16:34:16 +02:00
tsconfig.json Removed initial code. 2018-08-19 09:15:36 +02:00
tslint.json Add modules and imports. 2018-08-18 19:49:24 +02:00

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 )