code-coverage icon indicating copy to clipboard operation
code-coverage copied to clipboard

Coverage results missing many onClick function calls in CRA app

Open slavik0329 opened this issue 5 years ago • 1 comments

I'm using CRA with cypress. When I get the coverage report, it is showing that functions that definitely are being called as not covered. What could be doing this? I thought maybe because they were anonymous functions, but when I named/refactored them, I'm still having the same issue. Any ideas? Thanks!

slavik0329 avatar Feb 02 '20 02:02 slavik0329

Please provide a repo with an example

bahmutov avatar Feb 03 '20 19:02 bahmutov