ikrom

Results 3 comments of ikrom

Hi @yusukebe Actually I want to create unit testing, I have app with route `/home` ``` import { Hono } from "hono"; const app = new Hono().basePath("/v1"); app.get("/home", async (c)...

thank you for the correction @yusukebe but there is another error, the res is undefined

should the `const app = new Hono()` in the same file with unit test? because the unit test can't run if the app in different file with unit test