/
opt
/
canhelp
/
node_modules
/
hono
/
dist
/
helper
/
testing
/
/opt/canhelp/node_modules/hono/dist/helper/testing
mkdir
upload
Name
Size
Mode
Actions
index.js
330
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/hono/dist/helper/testing/index.js
(330B)
// src/helper/testing/index.ts import { hc } from "../../client/index.js"; var testClient = (app, Env, executionCtx, options) => { const customFetch = (input, init) => { return app.request(input, init, Env, executionCtx); }; return hc("http://localhost", { ...options, fetch: customFetch }); }; export { testClient };
Save
cmd:
run