Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/binhussen/unit-testing

Practical tests for JavaScript functions using the Jest library By following the AAA pattern.
https://github.com/binhussen/unit-testing

jest

Last synced: 29 days ago
JSON representation

Practical tests for JavaScript functions using the Jest library By following the AAA pattern.

Awesome Lists containing this project

README

        

# Testing practice
Practical tests for JavaScript functions using the [Jest](https://jestjs.io/) library By following the [AAA pattern](https://github.com/goldbergyoni/javascript-testing-best-practices#-%EF%B8%8F-12-structure-tests-by-the-aaa-pattern) to make tests easier for other developers to read and understand and use the TDD approach in practice.