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
{{ message }}
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
I'm having some issues with mocha and es2015 as well. It only generates coverage if I include --include-all-sources as an option, but doesn't actually give full coverage, it only covers the index.js file and none of the other library files in the project.
Has anyone else seen behavior like this? Working with a bare bones project set up to only have a couple example files and a test framework, so I don't think I've got any extra complications here. If it would help I could link to the project here...
Issue for that: #81 (comment)
I have the same problem. I temporarily fixed it like this:
But I dont think it's looks so elegant.
The text was updated successfully, but these errors were encountered: