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 Apr 4, 2019
1 parent e87c689 commit 3db7565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -674,9 +674,9 @@ Runner.prototype.runTests = function(suite, fn) {
}
self.emit(constants.EVENT_TEST_END, test);

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

return self.hookUp(HOOK_TYPE_AFTER_EACH, next);
}
Expand Down

0 comments on commit 3db7565

Please sign in to comment.