Skip to content

Commit

Permalink
attempt windows-friendly reproducible case for #2315
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 22, 2016
1 parent f1ac548 commit 96e20df
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 96e20df

Please sign in to comment.