mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
cleanup unused allowBuildArtifacts (#1010)
This commit is contained in:
parent
c886f08525
commit
34e0d9c0b6
14 changed files with 0 additions and 61 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue