Skip to content

Commit 49573ef

Browse files
committed
fix(test): show tests output
1 parent ea911fc commit 49573ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function executeCommand(command, index) {
2222
cp.stdin.on('error', () => {});
2323
cp.stdout.on('error',() => {});
2424

25-
// cp.stdout.pipe(process.stdout);
25+
cp.stdout.pipe(process.stdout);
2626
cp.stderr.pipe(process.stderr);
2727

2828
let rejected = false;

0 commit comments

Comments
 (0)