mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
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. https://github.com/DefinitelyTyped/DefinitelyTyped/pull/34701 but again for the new location of the types, pretty much.
This commit is contained in:
@@ -26,8 +26,7 @@ server.route({
|
||||
handler: {
|
||||
test: {
|
||||
test: 123,
|
||||
},
|
||||
asd: 1,
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user