You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
🐛 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.
To Reproduce
Steps to reproduce the behavior:
Update ts-jest to
26.1.0
with jest25.5.4
Expected behavior
Just log the warning once at test suite initialization and not on every test execution.
The text was updated successfully, but these errors were encountered: