mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 23:42:03 +00:00
feat(ide): improve IDE installation UX and feedback (#6677)
This commit is contained in:
parent
80ff3cd25e
commit
0e9b06d5c2
3 changed files with 51 additions and 11 deletions
|
|
@ -227,7 +227,7 @@ describe('ideCommand', () => {
|
|||
}),
|
||||
expect.any(Number),
|
||||
);
|
||||
});
|
||||
}, 10000);
|
||||
|
||||
it('should show an error if installation fails', async () => {
|
||||
mockInstall.mockResolvedValue({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue