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 was archived by the owner on Dec 8, 2024. It is now read-only.
Trying to use istanbul instrument for browser unit tests and there isn't enough information for me to figure out what to do. After I instrument the browser code, what command do I run to get a coverage.json?
The text was updated successfully, but these errors were encountered:
ok figured out what I was missing, the instrumented code writes to global._coverage_ in node or window._coverage_ browser side. Perhaps this could be mentioned under the instrument explanation?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to use
istanbul instrument
for browser unit tests and there isn't enough information for me to figure out what to do. After I instrument the browser code, what command do I run to get acoverage.json
?The text was updated successfully, but these errors were encountered: