fix: lint errors

This commit is contained in:
Mingholy 2025-09-16 20:01:16 +08:00
parent f599cda7d2
commit d3476a2d47
5 changed files with 10 additions and 12 deletions

View file

@ -30,7 +30,7 @@ describe('FolderTrustDialog', () => {
expect(lastFrame()).toContain('Do you trust this folder?');
expect(lastFrame()).toContain(
'Trusting a folder allows Gemini to execute commands it suggests.',
'Trusting a folder allows Qwen Code to execute commands it suggests.',
);
});