mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
cleanup unused allowBuildArtifacts (#1010)
This commit is contained in:
@@ -21,7 +21,6 @@ const mockConfig = {
|
||||
isSandboxed: vi.fn(() => false),
|
||||
getFileService: vi.fn(),
|
||||
getFileFilteringRespectGitIgnore: vi.fn(() => true),
|
||||
getFileFilteringAllowBuildArtifacts: vi.fn(() => false),
|
||||
} as unknown as Config;
|
||||
|
||||
const mockReadManyFilesExecute = vi.fn();
|
||||
|
||||
@@ -47,7 +47,6 @@ describe('useCompletion git-aware filtering integration', () => {
|
||||
|
||||
mockConfig = {
|
||||
getFileFilteringRespectGitIgnore: vi.fn(() => true),
|
||||
getFileFilteringAllowBuildArtifacts: vi.fn(() => false),
|
||||
getFileService: vi.fn().mockResolvedValue(mockFileDiscoveryService),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user