diff --git a/test/test.js b/test/test.js index d50c183f3..90d057f24 100644 --- a/test/test.js +++ b/test/test.js @@ -53,7 +53,7 @@ /*--------------------------------------------------------------------------*/ - // must explicitly use `QUnit.module` instead of `module()` + // explicitly call `QUnit.module()` instead of `module()` // in case we are in a CLI environment QUnit.module('lodash'); @@ -456,4 +456,9 @@ }); }()); + /*--------------------------------------------------------------------------*/ + + // explicitly call `QUnit.start()` for Narwhal, Rhino, and RingoJS + QUnit.start(); + }(typeof global == 'object' && global || this)); diff --git a/vendor/benchmark.js b/vendor/benchmark.js index 0747986ee..5ff44811e 160000 --- a/vendor/benchmark.js +++ b/vendor/benchmark.js @@ -1 +1 @@ -Subproject commit 0747986eea5c02ca65510cc38422bed271370db7 +Subproject commit 5ff44811efe0834a08ae2db77eb55d7efc89d145 diff --git a/vendor/qunit-clib b/vendor/qunit-clib index c47f1e9ac..2ed9f2163 160000 --- a/vendor/qunit-clib +++ b/vendor/qunit-clib @@ -1 +1 @@ -Subproject commit c47f1e9ac7fe331b8e58cbc55259cec72242f1ab +Subproject commit 2ed9f216330249d01c972a51d736266b003cc696