summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipe Constantinov Menezes <fcmenezes87@gmail.com>2014-04-24 14:05:03 -0300
committerFilipe Constantinov Menezes <fcmenezes87@gmail.com>2014-04-24 14:05:03 -0300
commit21d49d09d860b8430efcab07446b43a5b15c173f (patch)
treea82e6ac0b6bc9a61f5b5d96b01215b4dff4a450c
parent931d15412c5081e35f96dee3cc7a98d8322e7b17 (diff)
downloadasync-21d49d09d860b8430efcab07446b43a5b15c173f.tar.gz
Browser report of tests was stopping at 18th test case
-rwxr-xr-xtest/test-async.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-async.js b/test/test-async.js
index d9f2dee..d187db9 100755
--- a/test/test-async.js
+++ b/test/test-async.js
@@ -522,6 +522,7 @@ exports['auto removeListener has side effect on loop iterator'] = function(test)
exports['auto calls callback multiple times'] = function(test) {
if (typeof process === 'undefined') {
// node only test
+ test.done();
return;
}
var finalCallCount = 0;