A simple boilerplate repository for practicing testing with TypeScript and Jest.
The goal is to avoid reconfiguring the same setup every time — just clone this repo and start writing tests.
- TypeScript support
- Jest for unit testing
- Preconfigured ts-jest integration
- Scripts for compiling, running, and watching tests
- Node.js:
22.16.0 - npm:
10.9.2 - Yarn:
1.22.22(used as package manager)
Clone the repository and install dependencies:
yarn install