fix(hooks): force child_process PTY and fix settings structure in tests

This commit is contained in:
Taylor Mullen
2026-02-12 17:45:36 -08:00
parent f406576be8
commit 45ecc6de1c
2 changed files with 8 additions and 4 deletions
+1
View File
@@ -539,6 +539,7 @@ export class TestRig {
return {
...cleanEnv,
GEMINI_CLI_HOME: this.homeDir!,
GEMINI_PTY_INFO: 'child_process',
...extraEnv,
};
}