Humera Malvat
This project demonstrates:
- Use of Test-Driven Development (TDD)
- Improved test coverage for utility functions
- Configuring Jest to work with TypeScript
- Following Git best practices
- Install dependencies: npm install
- Run tests: npm test
- View coverage report: npm run coverage