v2.1.0
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)