code-coverage
code-coverage copied to clipboard
Coverage results missing many onClick function calls in CRA app
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!
Please provide a repo with an example