mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-17 05:20:23 -07:00
Disallow and suppress misused spread operator. (#23294)
This commit is contained in:
committed by
GitHub
parent
d114f7feb8
commit
6ade35aace
@@ -367,6 +367,7 @@ describe('WriteFileTool', () => {
|
||||
const abortSignal = new AbortController().signal;
|
||||
|
||||
const mockGemini3Config = {
|
||||
// eslint-disable-next-line @typescript-eslint/no-misused-spread
|
||||
...mockConfig,
|
||||
getActiveModel: () => 'gemini-3.0-pro',
|
||||
} as unknown as Config;
|
||||
|
||||
Reference in New Issue
Block a user