mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
test: fix TypeScript errors in Footer tests
This commit is contained in:
@@ -202,6 +202,8 @@ describe('<Footer />', () => {
|
|||||||
},
|
},
|
||||||
proQuotaRequest: null,
|
proQuotaRequest: null,
|
||||||
validationRequest: null,
|
validationRequest: null,
|
||||||
|
overageMenuRequest: null,
|
||||||
|
emptyWalletRequest: null,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -228,6 +230,8 @@ describe('<Footer />', () => {
|
|||||||
},
|
},
|
||||||
proQuotaRequest: null,
|
proQuotaRequest: null,
|
||||||
validationRequest: null,
|
validationRequest: null,
|
||||||
|
overageMenuRequest: null,
|
||||||
|
emptyWalletRequest: null,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -254,6 +258,8 @@ describe('<Footer />', () => {
|
|||||||
},
|
},
|
||||||
proQuotaRequest: null,
|
proQuotaRequest: null,
|
||||||
validationRequest: null,
|
validationRequest: null,
|
||||||
|
overageMenuRequest: null,
|
||||||
|
emptyWalletRequest: null,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user