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 553886f commit de507dcCopy full SHA for de507dc
src/Reporter.tsx
@@ -284,7 +284,8 @@ export default class ReactReporter extends BaseReporter {
284
options={options}
285
globalConfig={this._globalConfig}
286
/>,
287
- { experimental: true },
+ // TODO: should respect `GlobalConfig.useStderr`? Jest itself does not: https://github.com/facebook/jest/issues/5064
288
+ { experimental: true, stdout: process.stderr },
289
);
290
291
this._waitUntilExit = waitUntilExit;
0 commit comments