Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 526 Bytes

JASMINE.md

File metadata and controls

12 lines (8 loc) · 526 Bytes
title excerpt
Jasmine
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.