HTTP Api testing patterns

Hey - since we began using http api in prod pretty heavily, we wanted to look into some different testing patterns to ensure our routers work correctly. Whats the "consensus" or "best practice" here? Calling the handler manually? Using msw? Something else?

Thanks!
Was this page helpful?