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

https://github.com/bestbynature/unit-test-tdd

This repository demonstrates a few practical tests for JavaScript functions using the Jest library. It follows the AAA (Arrange, Act and Assert ) pattern of unit testing to make the tests easier for other developers to read and understand. The TDD approach is practically employed in the test.
https://github.com/bestbynature/unit-test-tdd

Last synced: about 1 month ago
JSON representation

This repository demonstrates a few practical tests for JavaScript functions using the Jest library. It follows the AAA (Arrange, Act and Assert ) pattern of unit testing to make the tests easier for other developers to read and understand. The TDD approach is practically employed in the test.

Awesome Lists containing this project