We have an application that leverages 3rd party API's (in our instance Hubspot) to run logic on the data. As I'm building out Unit Tests for internal methods, the internal methods have a clear "expected" assertion "reality" type of tests where we exp...
I tried to get a coverage report for my test cases, and installed istanbul, My coverage report works fine for a single test file that is in root folder, else I get “No coverage information was collected, exit without writing coverage information” My ...