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
I updated my code to use ES6 import and export statements. Everything works, and my tests are passing, but the new syntax screwed up my code coverage... specifically branches.
It seems like this guy also had the same issue: Question
Any suggestions on how I can use ES6 imports and exports and still keep 100% code coverage?
The text was updated successfully, but these errors were encountered:
@MoonTahoe I believe your issue is being caused by the babel source map no longer being correct. Anything that "makes it work" other than fixing the source map is at best a temporary solution.
I updated my code to use ES6 import and export statements. Everything works, and my tests are passing, but the new syntax screwed up my code coverage... specifically branches.
It seems like this guy also had the same issue: Question
Any suggestions on how I can use ES6 imports and exports and still keep 100% code coverage?
The text was updated successfully, but these errors were encountered: