STATUS: DEPRECATED AND UNMAINTAINED
This solution is outdated and not optimal. If you are using this package, I recommend replacing it with ts-jest.
typescript-babel-jest
Preprocessor for typescript projects in which the tsconfig.json
is similar to that:
Usage
To use this in your project, run:
npm i typescript-babel-jest -D
Modify your project's package.json
so that the jest section looks something like:
Just run npm test
, enjoy!
Quick start to run tests (only if you're working on this package)
git clone https://github.com/lozinsky/typescript-babel-jest.gitcd typescript-babel-jestnpm inpm test