mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-13 23:01:09 -07:00
Delete shell-service.test.ts and change other tests to cover the same features (#9772)
This commit is contained in:
committed by
GitHub
parent
7e2ffd7a80
commit
2e4e53c3ee
@@ -213,6 +213,7 @@ export class TestRig {
|
||||
const child = spawn('node', commandArgs, {
|
||||
cwd: this.testDir!,
|
||||
stdio: 'pipe',
|
||||
env: process.env,
|
||||
});
|
||||
|
||||
let stdout = '';
|
||||
|
||||
Reference in New Issue
Block a user