jest-typescript-starter
✅ Painless config to quickstart writing unit tests in Jest for TS projects
- In root, add dependencies –
yarn
or
npm i
- Run tests –
yarn test
or
npm test
- Run tests (in watch mode) –
yarn test:watch
or
npm test:watch