refactor(acp): modularize monolithic acpClient into specialized files (#26143)

This commit is contained in:
Sri Pasumarthi
2026-04-29 07:51:01 -07:00
committed by GitHub
parent c7d5fcff95
commit c2e5b28e94
27 changed files with 2301 additions and 3202 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ vi.mock('./utils/cleanup.js', async (importOriginal) => {
};
});
vi.mock('./acp/acpClient.js', () => ({
vi.mock('./acp/acpStdioTransport.js', () => ({
runAcpClient: vi.fn().mockResolvedValue(undefined),
}));