03/10/2015
Jasmine code tutorials : Jasmine is a JavaScript framework which is used to run test cases. It does not depend on any other languages not even any browser.
Note: Jasmine framework runs in Karma for angular Js test cases.
http://jasmine.github.io/2.0/introduction.html
Jasmine is a behavior-driven development framework for testing JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests. This guide is running against Jasmine version FILLED IN AT RUNTIME.