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

Add option to show warnings #18

Merged
merged 1 commit into from
Feb 6, 2020

Conversation

gnbaron
Copy link
Contributor

@gnbaron gnbaron commented Jan 21, 2020

This change adds a new option called showWarnings to avoid suppressing warnings. I've faced this problem when trying to use this reporter combined with jest-runner-eslint. In my case, we didn't want our warnings being suppressed during our build process but we also didn't want the entire default jest reporter output. Also, according to #7 this might be a common need.

Hopefully, this code covers any possible warning, let me know if I missed something.

closes #7

Copy link
Owner

@rickhanlonii rickhanlonii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks!

@rickhanlonii rickhanlonii merged commit b942d1c into rickhanlonii:master Feb 6, 2020
@rickhanlonii
Copy link
Owner

Published in 0.2.1 👍

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

Successfully merging this pull request may close these issues.

Option to output warnings
2 participants