test: cover orchestrator admin boundary

This commit is contained in:
john
2026-07-25 07:20:25 +08:00
parent 2596c8f2c6
commit 10e24be243
2 changed files with 177 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
"local_restart": "bash scripts/local_restart.sh",
"pro_restart": "bash scripts/pro_restart.sh",
"build": "vite build",
"test:orchestrator": "node --test server/orchestrator-routes.test.mjs",
"preview": "node scripts/preview.mjs",
"dev:preview": "vite preview"
},