Skip to content

Commit

Permalink
chore: restore onUnhandledRequest options
Browse files Browse the repository at this point in the history
  • Loading branch information
duyhungtnn committed Nov 18, 2024
1 parent 8b9bd9b commit be3d641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function setupServerAndListen(
...handlers: Array<RequestHandler>
): SetupServer {
const server = setupServer(...handlers)
server.listen({ onUnhandledRequest: 'warn' })
server.listen({ onUnhandledRequest: 'error' })
return server
}

Expand Down

0 comments on commit be3d641

Please sign in to comment.