Skip to content

Commit 96896a4

Browse files
authored
test: suppress CLI logs during test runs (#15)
1 parent 26328ea commit 96896a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/rstack/test/helpers

packages/rstack/test/helpers/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const execCli: ExecCli = (command, options = {}) => {
2626

2727
try {
2828
const output = execSync(`${RSTACK_BIN_PATH} ${command}`, {
29+
stdio: 'pipe',
2930
...execOptions,
3031
env: {
3132
...process.env,

0 commit comments

Comments
 (0)