Jasmine-Every
3/7/2013
I’ve created an add-on for Jasmine, that allows you to iterate a set of Jasmine tests or suites through an array of test data. So, you can create a set of edge cases for whatever you are are trying to test, and then run them through this.
Something that a few people have asked me about is how I go about testing of backbone DOM interactions in Jasmine, so I thought I’d just throw up this quick example for you.