Skip to content

Commit

Permalink
fix(test): show tests output
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Oct 29, 2017
1 parent ea911fc commit 49573ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function executeCommand(command, index) {
cp.stdin.on('error', () => {});
cp.stdout.on('error',() => {});

// cp.stdout.pipe(process.stdout);
cp.stdout.pipe(process.stdout);
cp.stderr.pipe(process.stderr);

let rejected = false;
Expand Down

0 comments on commit 49573ef

Please sign in to comment.