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

Commit

Permalink
attempt windows-friendly reproducible case for mochajs#2315
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 22, 2016
1 parent 7f2c4ae commit 4718458
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/fixtures/regression/issue-2315.js
@@ -1,6 +1,8 @@
describe('issue-2315: cannot read property currentRetry of undefined', function () {
before(function () {
require('http').createServer().listen(1);
process.nextTick(function () {
throw new Error();
});
});

it('something', function () {});
Expand Down

0 comments on commit 4718458

Please sign in to comment.