mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-02 07:54:48 -07:00
Fix tests (#14458)
This commit is contained in:
committed by
GitHub
parent
8d4082ef2e
commit
00705b14bd
@@ -33,6 +33,9 @@ describe('sandboxUtils', () => {
|
||||
beforeEach(() => {
|
||||
vi.clearAllMocks();
|
||||
process.env = { ...originalEnv };
|
||||
// Clean up these env vars that might affect tests
|
||||
delete process.env['NODE_ENV'];
|
||||
delete process.env['DEBUG'];
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user