Skip to content

v4.0.0-alpha.0 (July 1, 2020)

Pre-release
Pre-release
Compare
Choose a tag to compare
@connectdotz connectdotz released this 02 Jul 01:51
· 218 commits to master since this release
e2b79c2

Summary

This is the first release of v4 (#576). This release contains the following features:

  • a brand new test result matching algorithm that aims to address all "unknown" test status indicator issues, such as duplicate test names or by using jest.each.

  • fixed coverage merge issue that made coverage overlay unreliable sometimes.

  • improve create-react-app and --watchAll detection logic.

  • upgrade dependencies to the current version and resolved all known security vulnerabilities.

  • many other development tooling changes as well, such as migrating to eslint.

Contributors 🙏

@stephtr, @lordofthelake, @connectdotz

How to test

you can manually install the plugin by downloading the vscode-jest-4.0.0-alpha.0.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.