You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have setup jest with babel and code all in one directory i get this report:
You see here the Show files with reduced coverage. When I move the config files one dir up make it more clean what is my code and what is the config files I get this report:
Expected behavior
I would like to keep the option to show the files seperately
As I work longer with it it seems that the list only appears when a file is less tested than before. So reduced in the time sense and not less than wanted.
Then I would like to change my question to is it possible so show a list of all files with their coverage or all files lower than 100%?
Describe a bug
When I have setup jest with babel and code all in one directory i get this report:
You see here the
Show files with reduced coverage
. When I move the config files one dir up make it more clean what is my code and what is the config files I get this report:Expected behavior
I would like to keep the option to show the files seperately
Details
Screenshots
see above
Additional context
Maybe it somehow can not compare to get the reduced coverage list. Or I do not understand how it can conclude it is reduced (what against what)
The text was updated successfully, but these errors were encountered: