Exploring test driven development with Javascript: A look at jsunit, JSSpec, and Screw.Unit
I gave a talk at Seattle Code Camp on testing Javascript about TDD (test driven development) in Javascript using jsunit, JSSpec and Screw.Unit. One thing to come out of this is a github project that is setup to allow you to test your javascript against all three frameworks in one package:
http://github.com/wesmaldonado/test-driven-javascript-example-application/tree/master
Just [...]