Jasmine
Jasmine is a JavaScript testing framework. It follows the idea of behavior-driven development. It aims to be easy to read. With its build-in matchers, you can literally read the test in full sentence.
For example, to test this function
Jasmine is a JavaScript testing framework. It follows the idea of behavior-driven development. It aims to be easy to read. With its build-in matchers, you can literally read the test in full sentence.
For example, to test this function