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

https://github.com/felixdev22/jest-practice

Jest learning exercise - practical tests for JavaScript functions using the Jest library. used the AAA pattern to make tests easier for other developers to read and understand. Also, used the TDD approach in practice.
https://github.com/felixdev22/jest-practice

javascript jest-tests

Last synced: 9 months ago
JSON representation

Jest learning exercise - practical tests for JavaScript functions using the Jest library. used the AAA pattern to make tests easier for other developers to read and understand. Also, used the TDD approach in practice.

Awesome Lists containing this project

README

          

# jest-practice
Jest learning exercise