Update coverage and jest settings#3038
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## develop #3038 +/- ##
===========================================
+ Coverage 22.87% 22.95% +0.07%
===========================================
Files 52 52
Lines 11541 11541
===========================================
+ Hits 2640 2649 +9
+ Misses 8901 8892 -9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
I'm not happy with the jest changes because when I now debug one test I have to add So why not revert the jest changes and add |
Thats why I added the verbose flag to the specialized test scripts (test:e2e etc) so that one can use them and get the verbose stuff (they are not used anywhere else as far as I can see=. Would that be okay? |
|
As already mentioned before please don't change In all other tests we want to have the verbose stuff and also when testing locally, e.g. running one test with |
|
Undid the changes :-) |
|
Thanks! |
No description provided.