mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
docs(settings): regenerate schema and docs, and fix lint issue
This commit is contained in:
@@ -11,7 +11,7 @@ import { createMockCommandContext } from '../../test-utils/mockCommandContext.js
|
||||
import { MessageType } from '../types.js';
|
||||
|
||||
vi.mock('@google/gemini-cli-core', async (importOriginal) => {
|
||||
const actual = (await importOriginal()) as any;
|
||||
const actual = await importOriginal();
|
||||
return {
|
||||
...actual,
|
||||
tokenLimit: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user