mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +00:00
Fix regression in CLI test runner for Narwhal, Rhino, and RingoJS.
Former-commit-id: e58807535bc42f1922b4484caeb336d7a9da5aaf
This commit is contained in:
@@ -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));
|
||||
|
||||
2
vendor/benchmark.js
vendored
2
vendor/benchmark.js
vendored
Submodule vendor/benchmark.js updated: 0747986eea...5ff44811ef
2
vendor/qunit-clib
vendored
2
vendor/qunit-clib
vendored
Submodule vendor/qunit-clib updated: c47f1e9ac7...2ed9f21633
Reference in New Issue
Block a user