v4.3.1 (Jan 4, 2022)
Pre-release
Pre-release
Summary
new features
- Introduced a variable-based debugging mechanism so users now have full control of the debug command. This should enable Angular users to use the debug feature. The new debug config will be named
vscode-jest-tests.v2
, all existingvscode-jest-tests
config will continue to be supported. (#787) - added
vue
language support (#791) - open TestExplorer's output terminal upon appending the first output. (#797)
- enable interactive test run for watch mode (#809, #821)
bug fixes
- fixed issue in running/debugging tests with quotes or "$" in the name. (#789)
- fixed various documentation issues. (#792, #794, #795, #796, #822, #823)
- running coverage from test file sometimes failed to generate coverage output (#791)
- address security vulnerability (#820)