In order to continue to add tests to the jQuery Rambling Slider, I needed to test something against the DOM. Problem is, you don't count with the DOM when you're running the Jasmine tests from console. So what should I do?
Continue Reading »Tagged 'jasmine'
-
Unit testing the jQuery Rambling Slider - Part 2 - The DOM, jQuery and node.js
-
Unit testing the jQuery Rambling Slider - CoffeeScript, Jasmine and node.js
As you may know, I have been working lately on the jQuery Rambling Slider. One of my personal milestones with this project is to write as many unit tests as possible, so I began my research.
Continue Reading »