mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 21:07:00 -07:00
test(cli): fix footerItems assertions to expect mandatory mode item
This commit is contained in:
@@ -15,6 +15,7 @@ describe('deriveItemsFromLegacySettings', () => {
|
||||
}).merged;
|
||||
const items = deriveItemsFromLegacySettings(settings);
|
||||
expect(items).toEqual([
|
||||
'mode',
|
||||
'workspace',
|
||||
'git-branch',
|
||||
'sandbox',
|
||||
@@ -82,6 +83,7 @@ describe('deriveItemsFromLegacySettings', () => {
|
||||
}).merged;
|
||||
const items = deriveItemsFromLegacySettings(settings);
|
||||
expect(items).toEqual([
|
||||
'mode',
|
||||
'git-branch',
|
||||
'sandbox',
|
||||
'context-used',
|
||||
|
||||
Reference in New Issue
Block a user