v4.0.0-alpha.2 (Dec 20, 2020)
Pre-release
Pre-release
connectdotz
released this
20 Dec 15:42
·
203 commits
to master
since this release
Summary
3rd alpha release of v4 (#576). This release mainly contains the following changes:
- when debugging tests, the extension is now aware of their containing describe-blocks so it can distinguish tests with the same name but in different describe blocks. (#632)
- coverage formatter enhancement: added color customization; fixed coverage formatter parsing error and inconsistency; improved coverage help in README etc (#635)
- update vulnerable dependencies
Detail see CHANGELOG
Contributors 🙏
How to test
you can manually install the plugin by downloading the vscode-jest-4.0.0-alpha.2.vsix
below, then follow the vscode instruction: install from vsix. You can always revert to the official version if needed: install-previous-versions.
There is a lot of new stuff, so we added quite a few debugging messaging to help diagnose problems. if anything didn't do what you expected, please turn on the debug mode and file issues.