mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-15 13:17:50 +00:00
Add isModularize check for _.throttle test for system time of 0.
This commit is contained in:
@@ -22635,6 +22635,7 @@
|
||||
|
||||
var done = assert.async();
|
||||
|
||||
if (!isModularize) {
|
||||
var callCount = 0,
|
||||
dateCount = 0;
|
||||
|
||||
@@ -22660,6 +22661,11 @@
|
||||
assert.strictEqual(callCount, 2);
|
||||
done();
|
||||
}, 64);
|
||||
}
|
||||
else {
|
||||
skipAssert(assert, 3);
|
||||
done();
|
||||
}
|
||||
});
|
||||
}());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user