Delete shell-service.test.ts and change other tests to cover the same features (#9772)

This commit is contained in:
Tommaso Sciortino
2025-09-25 17:32:40 -07:00
committed by GitHub
parent 7e2ffd7a80
commit 2e4e53c3ee
5 changed files with 141 additions and 158 deletions

View File

@@ -213,6 +213,7 @@ export class TestRig {
const child = spawn('node', commandArgs, {
cwd: this.testDir!,
stdio: 'pipe',
env: process.env,
});
let stdout = '';