-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/* istanbul ignore next */ is ignored #119
Comments
@YozhEzhi that's an "ignore file" rather than "ignore next" |
Okay so I encountered this issue again 1 year later and actually just figured out a workaround that seems to work for some files but not others Instead of
do
or even
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I switched from ts-jest to swc-jest - everything works but noticed that
that code coverage picks up those lines from the function (when I want them ignored). I'm confused grepping through github on what I should do to get it to work. Should I add
preserveAllComments
in.swcrc
(that didn't seem to work) or try something else?The text was updated successfully, but these errors were encountered: