mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-21 11:30:38 -07:00
feat(core): implement experimental direct web fetch (#19557)
This commit is contained in:
@@ -28,6 +28,11 @@ vi.mock('node:fs', () => ({
|
||||
readFile: vi.fn(),
|
||||
rm: vi.fn(),
|
||||
},
|
||||
createWriteStream: vi.fn(() => ({
|
||||
on: vi.fn(),
|
||||
write: vi.fn(),
|
||||
end: vi.fn(),
|
||||
})),
|
||||
}));
|
||||
vi.mock('node:os');
|
||||
vi.mock('node:path');
|
||||
|
||||
Reference in New Issue
Block a user