Skip to content

Commit

Permalink
runner.js: run "after each" hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Aug 7, 2019
1 parent 8e6e747 commit 375db6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/runner.js
Expand Up @@ -674,10 +674,6 @@ Runner.prototype.runTests = function(suite, fn) {
}
self.emit(constants.EVENT_TEST_END, test);

if (err instanceof Pending) {
return next();
}

return self.hookUp(HOOK_TYPE_AFTER_EACH, next);
}

Expand Down

0 comments on commit 375db6b

Please sign in to comment.