Jasmine (JavaScript testing framework)

From Wiki @ Karl Jones dot com
Revision as of 11:28, 25 September 2016 by Karl Jones (Talk | contribs)

Jump to: navigation, search

Jasmine is an open source unit testing framework for JavaScript.

Description

It aims to run on any JavaScript-enabled platform, to not intrude on the application nor the IDE, and to have easy-to-read syntax.

Jasmine has a number of other features, such as custom matchers, spies, and support for asynchronous specifications.

Influences

It is heavily influenced by other unit testing frameworks, such as ScrewUnit, JSSpec, JSpec, and RSpec.

See also

External links

= YouTube videos