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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported Jest version warn outputted on every test execution. #1727

Closed
edbzn opened this issue Jun 13, 2020 · 2 comments
Closed

Unsupported Jest version warn outputted on every test execution. #1727

edbzn opened this issue Jun 13, 2020 · 2 comments
Labels
馃悰 Bug Confirmed Bug is confirmed

Comments

@edbzn
Copy link

edbzn commented Jun 13, 2020

馃悰 Bug Report

Actually a warning concerning unsupported jest version is outputted in the console for every test case which pollute the console even if tests are green.

image

To Reproduce

Steps to reproduce the behavior:

Update ts-jest to 26.1.0 with jest 25.5.4

Expected behavior

Just log the warning once at test suite initialization and not on every test execution.

@edbzn edbzn added Bug Report Needs Repo Need a minimium repository to reproduce the problem Needs Triage labels Jun 13, 2020
@ahnpnl
Copy link
Collaborator

ahnpnl commented Jun 13, 2020

This we cannot do, the only way is using the version which is compatible.

@ahnpnl ahnpnl closed this as completed Jun 13, 2020
@ahnpnl ahnpnl added 馃悰 Bug Confirmed Bug is confirmed and removed Bug Report Needs Repo Need a minimium repository to reproduce the problem Needs Triage labels Oct 22, 2020
@ahnpnl
Copy link
Collaborator

ahnpnl commented Oct 22, 2020

You can disable this warning message via environment variable introduced in #1821

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
馃悰 Bug Confirmed Bug is confirmed
Projects
None yet
Development

No branches or pull requests

2 participants