Skip to content
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 */ at the top of the file #3226

Open
sschneider-ihre-pvs opened this issue May 31, 2023 · 0 comments
Open

/* istanbul ignore next */ at the top of the file #3226

sschneider-ihre-pvs opened this issue May 31, 2023 · 0 comments

Comments

@sschneider-ihre-pvs
Copy link

Issue description or question

From the istanbul repo.

It is up to the caller to scope this as narrowly as possible. For example, if you have a source file that is wrapped in a function expression, adding /* istanbul ignore next */ at the top of the file will ignore the whole file!

https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md

That does not work with wallabyjs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants