test(opencode): remove obsolete HTTP API exerciser

This commit is contained in:
Kit Langton
2026-07-13 12:49:33 -04:00
parent cf7d388a83
commit 680ed534cd
12 changed files with 0 additions and 2713 deletions
-1
View File
@@ -8,7 +8,6 @@
"scripts": {
"typecheck": "tsgo --noEmit",
"test": "bun test --timeout 30000 --only-failures",
"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 && bun run script/httpapi-exercise.ts --mode effect --fail-on-missing --fail-on-skip",
"bench:test": "bun run script/bench-test-suite.ts",
"profile:test": "bun run script/profile-test-files.ts",
"build": "bun run script/build.ts",