cleanup unused allowBuildArtifacts (#1010)

This commit is contained in:
Anas H. Sulaiman 2025-06-13 12:00:38 -04:00 committed by GitHub
parent c886f08525
commit 34e0d9c0b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 0 additions and 61 deletions

View file

@ -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();