mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Update vendors and the tested Node version in the readme. [ci skip]
This commit is contained in:
2
vendor/benchmark.js/benchmark.js
vendored
2
vendor/benchmark.js/benchmark.js
vendored
@@ -120,7 +120,7 @@
|
||||
* @static
|
||||
* @memberOf Benchmark
|
||||
* @param {Object} [context=root] The context object.
|
||||
* @returns {Function} Returns the `Benchmark` function.
|
||||
* @returns {Function} Returns a new `Benchmark` function.
|
||||
*/
|
||||
function runInContext(context) {
|
||||
// exit early if unable to acquire lodash
|
||||
|
||||
3
vendor/qunit-extras/qunit-extras.js
vendored
3
vendor/qunit-extras/qunit-extras.js
vendored
@@ -391,6 +391,9 @@
|
||||
|
||||
/*------------------------------------------------------------------------*/
|
||||
|
||||
// replace poisoned `raises` method
|
||||
context.raises = QUnit.raises = QUnit['throws'] || QUnit.raises;
|
||||
|
||||
// add logging extras
|
||||
if (isPhantomPage || !document) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user