Return to Software testing, Mocha (JavaScript framework), Jest JavaScript testing framework
“Jasmine is a Behavior Driven Development (BDD) testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, Node.js projects, or anywhere that JavaScript can run.” Fair Use Source: https://github.com/jasmine/jasmine
Jasmine is an open-source testing framework for JavaScript. 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. It is heavily influenced by other unit testing frameworks, such as ScrewUnit, JSSpec, JSpec, and RSpec.