Skip to content

Commit

Permalink
Merge pull request #1725 from jbnicolai/fix-1700
Browse files Browse the repository at this point in the history
Removes return statement irt #1700.
  • Loading branch information
Joshua Appelman committed Jun 5, 2015
2 parents 5e0bde2 + 413753f commit 18b91e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/runnable.js
Expand Up @@ -212,9 +212,6 @@ Runnable.prototype.run = function(fn){
if (self.timedOut) return;
if (finished) return multiple(err || self._trace);

// Discard the resolution if this test has already failed asynchronously
if (self.state) return;

self.clearTimeout();
self.duration = new Date - start;
finished = true;
Expand Down

0 comments on commit 18b91e6

Please sign in to comment.