/typescript-jest

Experimenting with testing a typescript project with Jest

Primary LanguageTypeScript

Installation

npm init
npm install --save-dev typescript jest ts-jest @types/jest
npx tsc --init .
# update tsconfig
# update jest.config

Running tests

npm test

Notes

Starting howto from article by Michael Tiller