mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 21:44:25 -07:00
Add instructions to the extensions update info notification (#14907)
This commit is contained in:
@@ -107,7 +107,7 @@ describe('useExtensionUpdates', () => {
|
||||
expect(addItem).toHaveBeenCalledWith(
|
||||
{
|
||||
type: MessageType.INFO,
|
||||
text: 'You have 1 extension with an update available, run "/extensions list" for more information.',
|
||||
text: `You have 1 extension with an update available. Run "/extensions update test-extension".`,
|
||||
},
|
||||
expect.any(Number),
|
||||
);
|
||||
@@ -319,7 +319,7 @@ describe('useExtensionUpdates', () => {
|
||||
expect(addItem).toHaveBeenCalledWith(
|
||||
{
|
||||
type: MessageType.INFO,
|
||||
text: 'You have 2 extensions with an update available, run "/extensions list" for more information.',
|
||||
text: `You have 2 extensions with an update available. Run "/extensions update test-extension-1 test-extension-2".`,
|
||||
},
|
||||
expect.any(Number),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user