-
Notifications
You must be signed in to change notification settings - Fork 454
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
Silence jest version warning #958
Comments
Seems to be hard coded into the source. I haven't encountered any issue running |
@userpixel not sure if there is a formal process. |
there's a PR open to support jest 24 but it's not yet passing. I'll be spending time on it as soon as I can get some. Any help to get the PR working and passing is welcome |
@kulshekhar is it these 2 PRs? #960 #957 |
Please ❤️ |
Closing in favour of #961 |
Has this issue been resolved ? I would like to suppress ts-jest version warnings |
This issue should be reopened or closed with a solution which suppresses warnings. |
link is now 404 ^ |
|
I have observed TS_JEST_DISABLE_VER_CHECKER=true not to work with @vue/[email protected] |
Update: because the environment flag does not work, I instead downgraded Typescript to the tested version; unfortunately this fatally breaks something in my Vue-CLI stack and has done so for at least one other person (see https://stackoverflow.com/questions/68790790/vue-3-module-node-modules-vue-dist-vue-has-no-exported-member and the fix at https://stackoverflow.com/a/69047437/5063469). |
Are you able to reproduce without dependency on vue? We have simple example at https://github.com/kulshekhar/ts-jest/tree/main/examples/ts-only If you can reproduce on that, it will be helpful |
Hmm, can’t repro it without Vue. |
I looked at the code, but there is nothing that can stop
VersionCheckers.jest.warn()
from being called.Can you please add an environmental variable or something?
The text was updated successfully, but these errors were encountered: