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 have partially figured how to implement this on my end - already have a working QUnit build, but need help in finding how to pass attachComment: true option to esprima.
Anyone knows how I can do so from within the blanket source? Once that's done I can submit a PR.
Sometimes, it would be good to exempt part of code from coverage report with comments.
Like:
// blanket: disable
Code to be exempted
// blanket: enable
The text was updated successfully, but these errors were encountered: