Skip to content

Instantly share code, notes, and snippets.

View RabbitWithoutaHat's full-sized avatar
♥️

Alex RabbitWithoutaHat

♥️
  • Buenos Aires
View GitHub Profile
@RabbitWithoutaHat
RabbitWithoutaHat / ts-jest.md
Created August 26, 2020 14:00 — forked from jackawatts/ts-jest.md
Getting started with Typescript, React and Jest

Getting Started

  1. Install:
  • jest: npm install --save-dev jest
  • ts-jest: npm install --save-dev ts-jest @types/jest
  1. Modify package.json
"jest": {
  "transform": {
 "^.+\\.tsx?$": "ts-jest"