v2.7.0
🛠 Fixes
- Added proper handling of console.logs within both tests and the actual code being tested. If
includeConsoleLog
is set to true, logs will gather below each connected suite (note not per test).
It is required to set the flagverbose=false
when running Jest for this to work properly. - Changed the projects internal test runner to run as a custom reporter by default.