How to stop Global Failures in qUnit?
I'm new to qunit, and am attempting to integrate it with an existing environment. One of the issues I get on pages that utilize jQuery is this: global failure (1, 0, 1)Rerun6 ms Uncaught ReferenceError: $ is not defined I think this is because I'm not calling the jquery library in the qunit HTML. Is it possible to set a parameter to ignore globals like this? I am trying to make the HTML as flexible as possible, and as many editors have different dependencies, I only want qunit to test the functions I specifically give it to test. I'm stumped at the same error, however without using jQuery. The