test: add proxy route and env tests

Cover health, search, and items routes via Hono's app.request, plus env validation.
This commit is contained in:
2026-08-08 11:15:42 +08:00
parent 92f11db415
commit b32cb53c67
5 changed files with 227 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "vitest run",
"lint": "echo \"no lint configured\""
},
"dependencies": {