Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add todo
  • Loading branch information
SimenB committed Feb 18, 2018
commit f0c6e08aa8b49e963fe64019f87b69d4188c3c75
1 change: 1 addition & 0 deletions packages/jest-runner/src/run_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ async function runTestInternal(
} else if (globalConfig.verbose) {
testConsole = new Console(consoleOut, process.stderr, consoleFormatter);
} else {
// TODO: Should `BufferedConsole` receive `consoleFormatter` as well?
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rickhanlonii I think so - the internal _log call in BufferedConsole is without sourcemaps now

testConsole = new BufferedConsole();
}

Expand Down