/unit-test-practice

In this exercise, I write a few practical tests for JavaScript functions using the Jest library. I followed the AAA pattern to make the tests easier for other developers to read and understand

Primary LanguageJavaScript

unit-test-practice