Skip to content

Commit fad6445

Browse files
committed
🎉 feat: merge guard and hook responses status
1 parent b4448bc commit fad6445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/path/guard.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ describe('guard', () => {
402402
expect(response).toEqual([422, 200])
403403
})
404404

405-
it('handle merge guard and hook responses status', () => {
405+
it('handle merge guard and hook on non-specified responses status', () => {
406406
const app = new Elysia()
407407
.guard({
408408
response: {

0 commit comments

Comments
 (0)