What's the state of the art JavaScript automated testing stack look like? Does anyone have an awesome example? I'd love to start testing my frontend code with something other than browser refreshes.
I'm using grunt.js (0.4) with grunt-contrib-jasmine to test my front end JS on the command line in phantomjs (headless webkit). If you also use grunt-contrib-watch, you can have this happen every time you save your source/specs.
Example: https://github.com/joshuacc/change-calculator