Jasmine (JavaScript testing framework)
From Wiki @ Karl Jones dot com
Revision as of 10:23, 25 September 2016 by Karl Jones (Talk | contribs)
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
- Official website
- (JavaScript testing framework) @ Wikipedia