Skip to content

Commit 5d114ec

Browse files
authored
test: do not pass shell: true in tests (#151)
1 parent 18faf30 commit 5d114ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/baseFixtures.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export const test = base.extend<TestFixtures>({
8585
run: async ({ packageManager, exec, dir }, use) => {
8686
await use(async (parameters: string[], options: PromptOptions): Promise<SpawnResult> => {
8787
return await exec('node', [path.join(__dirname, '..'), ...parameters], {
88-
shell: true,
8988
cwd: dir,
9089
env: {
9190
...process.env,

0 commit comments

Comments
 (0)