mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-08-06 07:01:28 -07:00
chore(deps): pin dependencies and enforce 14-day update cooldown (#27948)
This commit is contained in:
@@ -1427,7 +1427,8 @@ describe('handleAtCommand', () => {
|
||||
const query = `@${filePath}`;
|
||||
|
||||
// Simulate user cancellation
|
||||
const mockToolInstance = {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const mockToolInstance: any = {
|
||||
buildAndExecute: vi
|
||||
.fn()
|
||||
.mockRejectedValue(new Error('User cancelled operation')),
|
||||
|
||||
Reference in New Issue
Block a user