mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
cleanup unused customIgnorePatterns (#1009)
This commit is contained in:
parent
d25459d815
commit
c886f08525
5 changed files with 2 additions and 6 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue