diff --git a/README.md b/README.md index 3e51063..fbc8e53 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ info.description; // 'Opera 11.52 (identifying as Firefox 4.0) on Mac OS X 10.7. ``` ## Support -Tested in Chrome 35-36, Firefox 29-30, IE 6-11, Opera 21-22, Safari 5-7, Node.js 0.8.26~0.10.29, PhantomJS 1.9.2, RingoJS 0.9, & Rhino 1.7RC5. +Tested in Chrome 36-37, Firefox 30-31, IE 6-11, Opera 22-23, Safari 5-7, Node.js 0.8.26~0.10.30, PhantomJS 1.9.7, RingoJS 0.9, & Rhino 1.7RC5. ## BestieJS diff --git a/vendor/qunit-extras/qunit-extras.js b/vendor/qunit-extras/qunit-extras.js index e8ad106..fda9a4e 100644 --- a/vendor/qunit-extras/qunit-extras.js +++ b/vendor/qunit-extras/qunit-extras.js @@ -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,