Fix tests for rhino -require.

This commit is contained in:
John-David Dalton
2014-08-26 21:36:04 -07:00
parent c01623ba56
commit c4a7f899db
4 changed files with 191 additions and 165 deletions

View File

@@ -177,10 +177,6 @@
* @param {Object} context The context object.
*/
function runInContext(context) {
// exit early if no `context` is provided or if `QUnit` does not exist
if (!context || !context.QUnit) {
return;
}
/** Used to report the test module for failing tests */
var moduleName,