Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 526 Bytes

File metadata and controls

12 lines (8 loc) · 526 Bytes
title Jasmine
excerpt a testing framework for BDD (Behaviour-Driven Development)

Jasmine

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.