Skip to content

Commit 06d8677

Browse files
authored
Remove excess proprty from hapi tests (#34790)
Found while working on microsoft/TypeScript#30853 - asd is never augmented into HandlerDecorations in any tests, so it's excess and, with the mentioned PR, an error. #34701 but again for the new location of the types, pretty much.
1 parent 8fb0e95 commit 06d8677

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

types/hapi__hapi/test/server/server-decorations.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ server.route({
2626
handler: {
2727
test: {
2828
test: 123,
29-
},
30-
asd: 1,
29+
}
3130
}
3231
});
3332

0 commit comments

Comments
 (0)