joefiorini wrote:
I'm currently using QUnit for integration testing, running on the command line with phantom.js. I get a handle to the app's router, then transition to the state I care about in each module. That's my plan anyway, I've only written the first module so far. I like QUnit's simplicity, and the speed with which I was able to get it working.