Skip to content

Commit

Permalink
there is no need for an ending state
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Feb 20, 2021
1 parent 534b20c commit c4dda99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/test.js
Expand Up @@ -226,7 +226,6 @@ Test.prototype._end = function (err) {
}
}

// TODO we need an ending state
if (this._teardown.length > 0) {
next(0);
} else {
Expand Down

0 comments on commit c4dda99

Please sign in to comment.