mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Ensure AMD tests it all of the debounce coverage.
This commit is contained in:
@@ -1675,7 +1675,7 @@
|
||||
|
||||
test('should work with `maxWait` option', 2, function() {
|
||||
if (!(isRhino && isModularize)) {
|
||||
var limit = argv ? 1000 : 256,
|
||||
var limit = (argv || isPhantomPage) ? 1000 : 256,
|
||||
withCount = 0,
|
||||
withoutCount = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user