mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
fix: lint errors
This commit is contained in:
parent
f599cda7d2
commit
d3476a2d47
5 changed files with 10 additions and 12 deletions
|
|
@ -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.',
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue