-
Notifications
You must be signed in to change notification settings - Fork 788
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
feature request: ignore file with comment #740
Comments
+1 |
I would love to see this as well. I have a React app and don't need to test my connected components, so this would be a nice way to skip those. |
Proposed: |
|
thank you @arthurxavierx |
|
See gotwarlost#740 for more context. I had to look explicitly for this functionality before I found it documented in the issue tracker.
UPDATE: I was on |
|
i have a file that i don't want to test. it contains a bunch of expressions and it would be nicer to just have one comment at the top of the file instead of multiple /* istanbul ignore next */
The text was updated successfully, but these errors were encountered: