fix: OCAS_DIR → OCAS_HOME in test helpers #59

Merged
xiaomo merged 6 commits from fix/58-test-isolation into main 2026-06-04 12:16:21 +00:00
Showing only changes of commit 58b58d511e - Show all commits
@@ -38,7 +38,7 @@ describe("thread exec --count CLI parsing", () => {
});
});
describe("cmdThreadExec count logic", () => {
describe("cmdThreadExec count logic", { timeout: 30_000 }, () => {
test("count=0 fails with validation error", () => {
const result = runCli(["thread", "exec", "FAKE_THREAD_ID", "-c", "0"]);
expect(result.exitCode).not.toBe(0);