Client Side TDD with JQuery and QUnit

For a while now, I've been looking for a solid framework to make assertions around my client side code. In my move from prototype to jquery, I've begun to use JSON a lot more as responses to my AJAX requests. Because I'm not returning markup anymore, there is some logic in the presentation layer of my apps.

Thanks to Chad Myers for his simple intro to qUnit - I will definitely be trying it out in a few of my projects.