mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-13 07:30:52 -07:00
fix(core,cli): enable recursive directory access for (#17094)
This commit is contained in:
@@ -36,6 +36,8 @@ describe('handleAutoUpdate', () => {
|
||||
let mockChildProcess: ChildProcess;
|
||||
|
||||
beforeEach(() => {
|
||||
vi.stubEnv('GEMINI_SANDBOX', '');
|
||||
vi.stubEnv('SANDBOX', '');
|
||||
mockSpawn = vi.fn();
|
||||
vi.clearAllMocks();
|
||||
vi.spyOn(updateEventEmitter, 'emit');
|
||||
@@ -75,6 +77,7 @@ describe('handleAutoUpdate', () => {
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
vi.unstubAllEnvs();
|
||||
vi.clearAllMocks();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user