Using Hono, how can I use ExecutionContext in testing?

I am using app.request for testing endpoints, but I cannot figure out how to use ExecutionContext while testing.
Was this page helpful?