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 3049ea5 commit 48a021bCopy full SHA for 48a021b
1 file changed
test/middleware.test.js
@@ -3771,8 +3771,8 @@ describe.each([
3771
3772
expect(response.statusCode).toBe(500);
3773
3774
- // hapi and hono don't support passthrough errors
3775
- if (name === "hapi" || name === "hono") {
+ // hapi doesn't support passthrough errors?
+ if (name === "hapi") {
3776
expect(nextWasCalled).toBe(false);
3777
} else {
3778
expect(nextWasCalled).toBe(true);
0 commit comments