0Pricing
TypeScript Academy · Lesson

Jest Setup for TypeScript with ts-jest

Install and configure ts-jest for a TypeScript project.

Welcome

Configure Jest to run TypeScript tests directly using ts-jest or Babel with TypeScript support.

Installing ts-jest

Install Jest, ts-jest, and TypeScript types.
npm install --save-dev jest ts-jest @types/jest typescript

All lessons in this course

  1. Jest Setup for TypeScript with ts-jest
  2. Writing Type-Safe Unit Tests
  3. Mocking Modules and Functions in TypeScript
  4. Type Testing with expectTypeOf and tsd
← Back to TypeScript Academy