mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-23 02:07:52 +00:00
Revert background agent commits (#4479)
This commit is contained in:
committed by
GitHub
parent
5b7b6fe608
commit
4dbd9f30b6
@@ -96,7 +96,6 @@ describe('CommandService', () => {
|
||||
mockConfig = {
|
||||
getIdeMode: vi.fn(),
|
||||
getCheckpointingEnabled: vi.fn(),
|
||||
getBackgroundAgentManager: vi.fn(),
|
||||
} as unknown as Mocked<Config>;
|
||||
vi.mocked(ideCommand).mockReturnValue(null);
|
||||
vi.mocked(restoreCommand).mockReturnValue(null);
|
||||
|
||||
Reference in New Issue
Block a user