Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 309 Bytes

File metadata and controls

9 lines (7 loc) · 309 Bytes

A project to demonstrate how to setup ts-jest only to work together with jest

Installation

Run yarn to install dependencies

Overview about configuration

The project contains:

  • A jest.config.js which contains config for ts-jest.
  • A tsconfig.json which contains config for typescript.