Screen Shot 2013-02-22 at 16.21.32

JavaScript Unit Tests: testing built-in jasmine.Matchers

Jasmine is a testing framework for JavaScript. It’s framework agnostic and does not require a DOM. There are few matchers we built-in matchers helping us. Get a full control of them is essential to understand the basic functionality.  

 Read more…