mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Fix typo in _.debounce unit test.
Former-commit-id: b8138dbae144836701e65f98de8981defaaa1a54
This commit is contained in:
@@ -710,7 +710,7 @@
|
||||
});
|
||||
|
||||
asyncTest('should work with `maxWait` option', function() {
|
||||
var limit = 128,
|
||||
var limit = 100,
|
||||
withCount = 0,
|
||||
withoutCount = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user