Skip to content

Commit 547d478

Browse files
author
cloudhead
committed
forgot to remove some test code
1 parent 5bba9c3 commit 547d478

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/vows-test.js

-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ var api = vows.prepare({
1616
var promiser = function (val) {
1717
return function () {
1818
var promise = new(events.EventEmitter);
19-
setTimeout(function () {
2019
process.nextTick(function () { promise.emit('success', val) });
21-
}, 200);
2220
return promise;
2321
}
2422
};

0 commit comments

Comments
 (0)