Skip to content

Commit

Permalink
test(error.node): rewrite jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Apr 21, 2024
1 parent 2b8e67b commit 3ece00e
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -31,8 +31,9 @@ beforeAll(async () => {
return
}),
http.post(httpServer.http.url('/implicit-return'), () => {
// The handler that has no return also performs the request as-is,
// still treating this request as handled.
// The handler that has no return value so it falls through any
// other matching handlers (whicbh are none). In the end,
// the request is performed as-is and is still considered handled.
}),
)
server.listen({ onUnhandledRequest: 'error' })
Expand Down

0 comments on commit 3ece00e

Please sign in to comment.