mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-13 15:40:57 -07:00
Disable folder trust when running in integration tests (GEMINI_CLI_INTEGRATION_TEST) or unit tests (VITEST) to prevent interactive prompts from blocking automated tests. Also updates config.test.ts to isolate folder trust tests from these environment variables so the underlying logic can still be verified.