I've been using jasmine on a project. It's quite nice, and works pretty well. Though ive had problems when the code im testing uses jQuery. For example, i've had to switch $.each() to use a for loop instead because it couldnt recognize the window.$ function.
I've been using jasmine on a project. It's quite nice, and works pretty well. Though ive had problems when the code im testing uses jQuery. For example, i've had to switch $.each() to use a for loop instead because it couldnt recognize the window.$ function.