Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/olipliche/testing-practice

In this Project exercise, I write a few practical tests for JavaScript functions using the Jest library. I follow the AAA pattern to make the tests easier for other developers to read and understand. Also, I try to use the TDD approach.
https://github.com/olipliche/testing-practice

javascript

Last synced: 27 days ago
JSON representation

In this Project exercise, I write a few practical tests for JavaScript functions using the Jest library. I follow the AAA pattern to make the tests easier for other developers to read and understand. Also, I try to use the TDD approach.

Awesome Lists containing this project

README

        

# Testing-practice