mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
fix: failed unit tests
This commit is contained in:
@@ -66,8 +66,8 @@ describe('FileSearch', () => {
|
||||
|
||||
expect(results).toEqual([
|
||||
'src/',
|
||||
'.qwenignore',
|
||||
'.gitignore',
|
||||
'.qwenignore',
|
||||
'src/not-ignored.js',
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user