Skip to content

Commit

Permalink
Remove excess proprty from hapi tests (DefinitelyTyped#34701)
Browse files Browse the repository at this point in the history
  • Loading branch information
weswigham authored Apr 16, 2019
1 parent bac97cc commit 9eb464e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions types/hapi/test/server/server-decorations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ server.route({
handler: {
test: {
test: 123,
},
asd: 1,
}
}
});

Expand Down
3 changes: 1 addition & 2 deletions types/hapi/v17/test/server/server-decorations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ server.route({
handler: {
test: {
test: 123,
},
asd: 1,
}
}
});

Expand Down

0 comments on commit 9eb464e

Please sign in to comment.