Skip to content

Commit a95bfaa

Browse files
author
Kelly Selden
committed
pipe stdout for visibility
1 parent 69e28d7 commit a95bfaa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/tests.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ describe('runs codemods', function() {
8686
}
8787
});
8888

89+
ps.stdout.pipe(process.stdout);
90+
8991
function stdoutData(data) {
9092
let str = data.toString();
9193
if (str.includes('These codemods apply to your project.')) {

0 commit comments

Comments
 (0)