Skip to content

Commit a43860b

Browse files
grncdrJames Halliday
authored and
James Halliday
committed
Revert "Add patch from @spion to make nested-sync-noplan-noend pass"
This reverts commit 892c605.
1 parent c39be29 commit a43860b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/test.js

-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ Test.prototype.run = function () {
5858
return;
5959
}
6060
this.emit('run');
61-
var self = this;
62-
if (!this._plan && this._progeny.length) nextTick(function () {
63-
self.end();
64-
});
6561
};
6662

6763
Test.prototype.test = function (name, opts, cb) {

0 commit comments

Comments
 (0)