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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 2 additions and 6 deletions

View file

@ -92,7 +92,7 @@ describe('handleAtCommand', () => {
initialize: vi.fn(),
shouldIgnoreFile: vi.fn(() => false),
filterFiles: vi.fn((files) => files),
getIgnoreInfo: vi.fn(() => ({ gitIgnored: [], customIgnored: [] })),
getIgnoreInfo: vi.fn(() => ({ gitIgnored: [] })),
isGitRepository: vi.fn(() => true),
};
vi.mocked(FileDiscoveryService).mockImplementation(