How to use QUnit with Karma and RequireJS
I'm new to using Karma, been meaning to get familiar with it for some time. That said, I've just spent the better part of a day trying to get it to run a single unit test (using Mocha and Should.js), and having solved that, am now struggling to get it to run my existing QUnit tests.
I could post this to karma-qunit, but I'm not really sure which framework is the problem and figure its all the same people looking at these issues.
https://gist.github.com/jayboyd/9624412
I've tried everything I can find google and read lots of SO answers to similar problems (including many that eventually helped me sort out getting Mocha to work.
Please, please help! What am I missing?
Is this still an issue?