The only place I can get qunit tests to run is if the html and js file lives inside the grunt-contrib-qunit\test folder following this information at https://github.com/gruntjs/grunt-contrib-qunit
Anything outside of that test folder, like having a "tests" folder as part of the project root, doesn't work.
Running in debug mode (grunt qunit:defaultTests --debug) phantomJS will timeout and I can see that "onResourceRequested" doesn't include the qunit css or js files, or the js file test, it only reports on the html file.
Can someone please walk me through how they set this up without using the contrib-qunit\test folder or what changes need to be made as I can only run the the files in that folder.