cleanup unused customIgnorePatterns (#1009)

This commit is contained in:
Anas H. Sulaiman
2025-06-13 11:49:48 -04:00
committed by GitHub
parent d25459d815
commit c886f08525
5 changed files with 2 additions and 6 deletions
@@ -41,7 +41,7 @@ describe('useCompletion git-aware filtering integration', () => {
initialize: vi.fn(),
shouldIgnoreFile: vi.fn(),
filterFiles: vi.fn(),
getIgnoreInfo: vi.fn(() => ({ gitIgnored: [], customIgnored: [] })),
getIgnoreInfo: vi.fn(() => ({ gitIgnored: [] })),
glob: vi.fn().mockResolvedValue([]),
};