Skip to content

Commit e1b90df

Browse files
committed
chore: update
1 parent 230162d commit e1b90df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/dts/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ describe('dts when build: true', () => {
534534
cwd: fixturePath,
535535
// do not show output in test console
536536
stdio: 'pipe',
537+
shell: true,
537538
});
538539

539540
const stdoutOutput = result.stdout ? result.stdout.toString() : '';

0 commit comments

Comments
 (0)