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:
Wesley Wigham
2019-04-16 21:58:07 -07:00
committed by GitHub
parent 8fb0e959c2
commit 06d8677cde

View File

@@ -26,8 +26,7 @@ server.route({
handler: {
test: {
test: 123,
},
asd: 1,
}
}
});