title | excerpt |
---|---|
Jasmine |
a testing framework for BDD (Behaviour-Driven Development) |
Jasmine is a BDD framework for testing JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM.
Jasmine is developed by Pivotal Labs, and has many features like Spies built in.
It also has support for mocking AJAX.