jasmine
jasmine
Jasmine is a behavior-driven development framework for testing JavaScript code. Why use it? Jasmine simplifies writing and running tests for JavaScript applications. Best practices include organizing tests into suites and using spies for mocking dependencies. Jasmine was first released in 2010.
Source: