Skip to content

Releases: jest-community/vscode-jest

v3.0.1-pre

23 Jun 20:26
Compare
Choose a tag to compare
v3.0.1-pre Pre-release
Pre-release

What is new

  • introduced webpack for packaging the extension, which cut the package size from 40M to 4M!
  • addressed security vulnerability for dependencies flagged by GitHub

Thanks, @stephtr !

(See more change detail for 3.0.0)

How to run with this pre-release?

  1. download vscode-jest-3.0.1.vsix below
  2. install the plugin: code --install-extension vscode-jest-3.0.1.vsix
  3. restart vscode
    • You can then go to the extension tab in vscode and find Jest extension, if it shows "3.0.1" then the installation succeeded.

v3.0.0-pre

16 Jun 23:03
Compare
Choose a tag to compare
v3.0.0-pre Pre-release
Pre-release

What is new

One of the main features introduced in 3.0.0 is to support vscode multi-root workspaces, a popular request, especially for monrepo projects.

This release also included many other highly desired features/fixes, such as debugger break-point misalignment, restart commands, snapshot preview, etc, please see Changelog for detail.

Many thanks 🙏 to @escaton, @blikblum, @vdh, @qalex!

pre-release

The muti-root change is not trivial, it impacted every component as they all need to be workspace/folder aware now. Thus we created this pre-release for people to play around and help us identify issues sooner. We encourage all users to try 3.0.0 pre-release when possible. (You can always switch back to the official version 2.9.2 if needed).

feel free to file issues or come to discuss with us in #442

How to test with 3.0.0?

  1. download vscode-jest-3.0.0.vsix from here
  2. install the plugin: code --install-extension vscode-jest-3.0.0.vsix
  3. restart vscode
    • You can then go to the extension tab in vscode and find Jest extension, if it shows "3.0.0" then the installation succeeded.