We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e725b63 commit a953e0eCopy full SHA for a953e0e
test/index.js
@@ -486,7 +486,7 @@ describe('Underdog', () => {
486
srv.stop(done);
487
});
488
489
- request.on('push', () => next(new Error('Should not make it here')));
+ request.on('push', () => new Error('Should not make it here'));
490
491
492
@@ -531,7 +531,7 @@ describe('Underdog', () => {
531
532
533
534
535
536
537
0 commit comments