File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 13
13
- ` [jest-circus] ` Throw on nested test definitions ([ #9828 ] ( https://github.com/facebook/jest/pull/9828 ) )
14
14
- ` [jest-changed-files] ` ` --only-changed ` should include staged files ([ #9799 ] ( https://github.com/facebook/jest/pull/9799 ) )
15
15
- ` [jest-each] ` ` each ` will throw an error when called with too many arguments ([ #9818 ] ( https://github.com/facebook/jest/pull/9818 ) )
16
+ - ` [jest-runner] ` Don't print warning to stdout when using ` --json ` ([ #] ( ) )
16
17
17
18
### Chore & Maintenance
18
19
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ class TestRunner {
194
194
const cleanup = async ( ) => {
195
195
const { forceExited} = await worker . end ( ) ;
196
196
if ( forceExited ) {
197
- console . log (
197
+ console . error (
198
198
chalk . yellow (
199
199
'A worker process has failed to exit gracefully and has been force exited. ' +
200
200
'This is likely caused by tests leaking due to improper teardown. ' +
You can’t perform that action at this time.
0 commit comments