-
Notifications
You must be signed in to change notification settings - Fork 453
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
Have an option for opting out of the version checker messages? #1774
Comments
hey @orta glad to have you here. I had some thoughts about this a while ago. I have 2 similar ideas about this: Using env var
Using config The only doubt I have with this approach is: imo having too many config options are not so nice. I'd prefer more the approach using env var. Let me know what you think :) |
Simplest option might be to detect |
👍LGTM, PR is welcome ! |
I forgot that But if user explicitly sets sys env before running tests, it should be possible to check to hide/show warning message. |
hah, now I feel guilty! Thanks @ahnpnl |
26.2.0 is out which includes this :) |
🚀 Feature Proposal
Hi folks, it might not be a shock but I am always using nightly TypeScript and would love to be able to opt out of the messages that it could be unstable with Jest. I dig the point of the messaging.
Happy to make the PR, but wanted to see if folks would want it be done and/or how. env vars? config?
The text was updated successfully, but these errors were encountered: