Skip to content

v2.7.0

Compare
Choose a tag to compare
@Hargne Hargne released this 05 Nov 12:49
· 158 commits to master since this release
61e47ca

🛠 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 flag verbose=false when running Jest for this to work properly.
  • Changed the projects internal test runner to run as a custom reporter by default.