agent-orchestrator/packages
Priyanshu Choudhary ed9fca84d2 fix(test): use mockReturnValueOnce for pwsh shell mock to prevent test pollution
vi.clearAllMocks() clears call history but not mockReturnValue implementations.
The Windows pwsh shell tests were polluting subsequent tests that expected the
default sh mock. Changed to mockReturnValueOnce so the override is consumed
by the single call and subsequent tests get the default sh implementation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 01:03:58 +05:30
..
ao chore: version packages 2026-03-29 09:21:26 +00:00
cli fix(windows): platform-aware shell for postCreate, script-runner, symlinks (PR 4/6) (#1032) 2026-04-10 01:03:57 +05:30
core test(core,cli): add missing coverage for platform.ts and lifecycle-service 2026-04-10 01:03:55 +05:30
integration-tests extend opencode discovery timeout, include integration tests in pnpm test 2026-03-29 16:44:53 +05:30
plugins fix(test): use mockReturnValueOnce for pwsh shell mock to prevent test pollution 2026-04-10 01:03:58 +05:30
web fix: project builds on Windows 2026-04-10 01:03:49 +05:30