Skip to content

v0.2.0

Compare
Choose a tag to compare
@Raathigesh Raathigesh released this 11 Jan 11:13
· 424 commits to master since this release

Features

  • In-built console.log() panel (Experimental)
  • VS Code debugging integration. Thanks to VSCode Jest for implementing this so I could just copy. More info here.

Enhancements

  • Move the output panel to side (#20)
  • Ability to collapse the sidebar via shortcut (ctrl + b)
  • Colorized console output (#40)
  • Install app for the user and not per machine, so elevation is not required on windows (#18)
  • Menu enhancements (By @James-E-Adams)

Bug Fixes

  • Can not open the project when there is no test regex (#2)
  • Sometimes individual test skips without running (#8)