ts-jest-babel-example
ts-jest-babel-example copied to clipboard
an example repo to setup ts-jest, babel work with jest
A project to demonstrate how to setup ts-jest
, babel
to work together with jest
Installation
Run yarn
to install dependencies
Overview about configuration
The project contains:
- A
babel.config.js
which contains babel config. - A
jest.config.js
which contains config forts-jest
to readbabel
config. - A
tsconfig.json
which contains config fortypescript
.