ts-jest-babel-example icon indicating copy to clipboard operation
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 for ts-jest to read babel config.
  • A tsconfig.json which contains config for typescript.