Do you want to request a feature or report a bug? Feature/enhancement
What is the current behavior? Currently when you run jest with --coverage the output looks something like this.
<pass/fails for tests>
<tests results summary>
<coverage report>
What is the expected behavior? I think it'd be nicer as a user if the results summary was always the bottom of the output, I always want to be able to know the general outcome of my test run regardless of whether the coverage report was made or not.
<pass/fails for tests>
<coverage report>
<tests results summary>
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
- Jest - 20.0.4
- Node - 8.1.1
- yarn - 0.27.5
Do you want to request a feature or report a bug? Feature/enhancement
What is the current behavior? Currently when you run jest with
--coveragethe output looks something like this.What is the expected behavior? I think it'd be nicer as a user if the results summary was always the bottom of the output, I always want to be able to know the general outcome of my test run regardless of whether the coverage report was made or not.
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.