mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 21:44:25 -07:00
chore: update tests
This commit is contained in:
committed by
Keith Guerin
parent
3c9bdeda78
commit
b2d159092f
@@ -365,7 +365,6 @@ describe('<Footer />', () => {
|
|||||||
settings: createMockSettings({
|
settings: createMockSettings({
|
||||||
ui: {
|
ui: {
|
||||||
footer: {
|
footer: {
|
||||||
items: ['model-name', 'context-remaining'],
|
|
||||||
hideContextPercentage: true,
|
hideContextPercentage: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -387,7 +386,6 @@ describe('<Footer />', () => {
|
|||||||
settings: createMockSettings({
|
settings: createMockSettings({
|
||||||
ui: {
|
ui: {
|
||||||
footer: {
|
footer: {
|
||||||
items: ['model-name', 'context-remaining'],
|
|
||||||
hideContextPercentage: false,
|
hideContextPercentage: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user