mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Comment test. [ci skip]
This commit is contained in:
@@ -10067,6 +10067,8 @@
|
||||
steps = 0;
|
||||
|
||||
array.length = length;
|
||||
|
||||
// avoid false fail in older Firefox
|
||||
if (array.length == length) {
|
||||
var actual = func(array, undefined, function() { steps++; });
|
||||
strictEqual(steps, 33);
|
||||
|
||||
Reference in New Issue
Block a user