test(server): harden HttpApi exercise coverage (#26425)

This commit is contained in:
Kit Langton 2026-05-08 20:50:01 -04:00 committed by GitHub
parent 21d055be19
commit 0745162eab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 451 additions and 174 deletions

View file

@ -9,6 +9,7 @@
"typecheck": "tsgo --noEmit",
"test": "bun test --timeout 30000",
"test:ci": "mkdir -p .artifacts/unit && bun test --timeout 30000 --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml",
"test:httpapi": "bun run script/httpapi-exercise.ts --mode coverage --fail-on-missing --fail-on-skip && bun run script/httpapi-exercise.ts --mode auth --fail-on-missing --fail-on-skip",
"build": "bun run script/build.ts",
"fix-node-pty": "bun run script/fix-node-pty.ts",
"dev": "bun run --conditions=browser ./src/index.ts",