test: run suite without split runner

This commit is contained in:
YeonGyu-Kim
2026-05-15 16:26:57 +09:00
parent 150ccefa05
commit d8f52aae7f
34 changed files with 627 additions and 889 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
"test:model-capabilities": "bun test src/shared/model-capability-aliases.test.ts src/shared/model-capability-guardrails.test.ts src/shared/model-capabilities.test.ts src/cli/doctor/checks/model-resolution.test.ts --bail",
"typecheck": "tsgo --noEmit",
"typecheck:script": "tsgo --noEmit -p script/tsconfig.json",
"test": "bun run script/run-ci-tests.ts"
"test": "bun test"
},
"keywords": [
"opencode",