From ca55748103cc87ab5a5936f4eea858c08d562122 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 16 Dec 2013 23:49:13 -0800 Subject: [PATCH] Ensure AMD tests it all of the `debounce` coverage. --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 3c83f36cb..4561a938c 100644 --- a/test/test.js +++ b/test/test.js @@ -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;