This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 788
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 |
|
jrop
added a commit
to jrop/istanbul
that referenced
this issue
Jun 13, 2018
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 |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: