[Pkg-javascript-commits] [node-async] 459/480: Browser report of tests was stopping at 18th test case
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit 21d49d09d860b8430efcab07446b43a5b15c173f
Author: Filipe Constantinov Menezes <fcmenezes87 at gmail.com>
Date: Thu Apr 24 14:05:03 2014 -0300
Browser report of tests was stopping at 18th test case
---
test/test-async.js | 1 +
1 file changed, 1 insertion(+)
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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list