fix: failed unit tests

This commit is contained in:
mingholy.lmh
2025-09-15 14:38:02 +08:00
parent e9b423b43a
commit 62d858f344
3 changed files with 27 additions and 15 deletions

View File

@@ -66,8 +66,8 @@ describe('FileSearch', () => {
expect(results).toEqual([
'src/',
'.qwenignore',
'.gitignore',
'.qwenignore',
'src/not-ignored.js',
]);
});