🐛 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 jest 25.5.4
Expected behavior
Just log the warning once at test suite initialization and not on every test execution.
🐛 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.0with jest25.5.4Expected behavior
Just log the warning once at test suite initialization and not on every test execution.