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

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

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

aaa javascript jest-tests

Last synced: 6 months ago
JSON representation

In this exercise, I will write a few practical tests for JavaScript functions using the JEST library. I will follow the AAA pattern to make my tests easier for other developers to read and understand. I will also try to use the TDD approach in practice.

Awesome Lists containing this project