We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3696132 commit 6f16345Copy full SHA for 6f16345
packages/jest-dev-server/src/global.js
@@ -75,6 +75,8 @@ function runServer(config = {}, index = 0) {
75
// eslint-disable-next-line no-console
76
console.log(chalk.magentaBright('\nJest dev-server output:'))
77
servers[index].stdout.pipe(serverLogPrefixer).pipe(process.stdout)
78
+ } else {
79
+ servers[index].stdout.on('data', () => {})
80
}
81
82
0 commit comments