Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Stop timing out (mochajs#2889)
Browse files Browse the repository at this point in the history
Corrects a bug in mochajs#2860
  • Loading branch information
ScottFreeCode committed Jun 17, 2017
1 parent a6e7894 commit a8a0527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/regression.spec.js
Expand Up @@ -114,6 +114,7 @@ describe('regressions', function () {
assert.equal(res.stats.passes, 1);
assert.equal(res.stats.failures, 0);
assert.equal(res.code, 0);
done();
});
});

Expand Down

0 comments on commit a8a0527

Please sign in to comment.