Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 308 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 308 Bytes

Jest Testing Practice

This repo is about writing a few practical tests for JavaScript functions using the Jest library. I made sure I follow the AAA pattern to make those tests easier for other developers to read and understand. I also tried to use the TDD (Test-Driven Development) approach in practice.