You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Very odd. I've never seen that behavior before. I think the best thing to do is create a minimal reproduction of the issue, so we can more easily hone in on the root cause.
I'd suggest that you create a new GitHub repo from scratch and slowly start adding as little code as possible and as few libraries as possible until you're able to reproduce the bug. Then start removing things one at a time to see which thing changes the behavior. Once you've nailed it down, you can link me to the repo and I'll take a look.
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
The text was updated successfully, but these errors were encountered: