diff --git a/lib/test.js b/lib/test.js index a97fbd30..d9f65b65 100644 --- a/lib/test.js +++ b/lib/test.js @@ -58,10 +58,6 @@ Test.prototype.run = function () { return; } this.emit('run'); - var self = this; - if (!this._plan && this._progeny.length) nextTick(function () { - self.end(); - }); }; Test.prototype.test = function (name, opts, cb) {