Skip to content

Commit

Permalink
Revert "Add patch from @spion to make nested-sync-noplan-noend pass"
Browse files Browse the repository at this point in the history
This reverts commit 892c605.
  • Loading branch information
grncdr authored and James Halliday committed Oct 25, 2013
1 parent c39be29 commit a43860b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a43860b

Please sign in to comment.