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 Mar 25, 2021. It is now read-only.
It looks like istanbul works by hooking into require() statements to differentiate between external libraries and testable code. I'm going to wait on doing this until #465 (ES6 modules) is done.
hmm that shouldn't be the case; we were able to set up Istanbul on front end projects that don't use require() imports. But I'm also totally cool with doing the module conversion first.
We could even get a fancy coverage % badge via https://coveralls.io/
The text was updated successfully, but these errors were encountered: