I am trying to generate code coverage for the single e2e test case. Here is what I did to achieve this. Instrumented files related to e2e test case using nyc. N
I'm trying to use Jest to test my code. It was working quite fine until I tried to exclude a class method from the tests. The querySelector() call is the reason
I trying to collect test coverage for this project using yarn test --coverage # i.e. "react-scripts test --coverage" My jest config is this: "jest": {