-
Notifications
You must be signed in to change notification settings - Fork 0
Jest
David Liu edited this page Apr 5, 2023
·
3 revisions
Reference: https://github.com/davidkhala/node-utils/wiki/TestFramework
- 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