Skip to content
David Liu edited this page Apr 5, 2023 · 3 revisions

Reference: https://github.com/davidkhala/node-utils/wiki/TestFramework

Setup jest for TS

  • Prerequisites: npm i -D jest typescript
  • Install: npm i -D ts-jest @types/jest
  • Create config file jest.config.js: npx ts-jest config:init
  • run: npx jest
Clone this wiki locally