mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-02 01:11:24 -07: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();
|
||||
|
||||
Reference in New Issue
Block a user