In this exercise, I wrote a few practical tests for JavaScript functions using the Jest library. I followed the AAA pattern to make my tests easier for other developers to read and understand, and I used TDD approach
kambereBr/JavascriptTesting
In this exercise, I wrote a few practical tests for JavaScript functions using the Jest library. I followed the AAA pattern to make my tests easier for other developers to read and understand, and I used TDD approach
JavaScriptMIT