An open API service indexing awesome lists of open source software.

https://github.com/indiecodermm/unit-tests-practice

Using AAA patterns to perform unit testing with Jest
https://github.com/indiecodermm/unit-tests-practice

Last synced: 11 months ago
JSON representation

Using AAA patterns to perform unit testing with Jest

Awesome Lists containing this project

README

          

# Unit Testing with Jest

The purpose of this repo is:

- to practice unit testing for JavaScript apps
- to follow the [AAA patterns](https://github.com/goldbergyoni/javascript-testing-best-practices#-%EF%B8%8F-12-structure-tests-by-the-aaa-pattern) in unit tests
- to understand and use the TDD approach