Skip to content

v2.1.0

Compare
Choose a tag to compare
@adalinesimonian adalinesimonian released this 06 Dec 05:21
· 47 commits to main since this release
02d1102

Added

  • Test results are now reported per test file instead of per folder. (#26)
  • Console output can now be filtered to output made by tests that use console.log, .error, .warn, .info, or .dir. (#43)

Changed

  • Communication between VS Code and Jest is now handled using an IPC channel instead of using the standard output of the VS Code process. (0c98677)