Closed
Description
Hello!
We're running tests in Karma, and while on master we're using istanbul-instrumenter-loader normally, I tested your package to see if it fixed our issue since you've upgraded to the newer APIs, but it was still demonstrating the issue.
We noticed that while running tests through karma-webpack, and using this package to get coverage numbers, the number of tests that are run changes between runs.
I tested removing this package and all unit tests are run every time, and I cannot reproduce the issue, so it seems that running this module is causing our setup to act oddly.
Any ideas as to what might be happening?
Our issue tracking this: video-dev/hls.js#2125