Skip to content

Commit

Permalink
prepare for alpha.3 release (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Jan 27, 2021
1 parent 0a96497 commit 6bb8451
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Expand Up @@ -4,12 +4,13 @@ Please add your own contribution below inside the Master section
Bug-fixes within the same version aren't needed
## Master
* fully support parameterized tests in matching, diagnosis and debugging - @connectdotz
* optimization: remove stop/start the internal jest tests process during debug - @connectdotz
* add a new setting for "jest.jestCommandLine" that supersede "jest.pathToJest" and "jest.pathToConfig" - @connectdotz
-->

### 4.0.0-alpha.3
* fully support parameterized tests in matching, diagnosis and debugging - @connectdotz
* optimization: remove stop/start the internal jest tests process during debug - @connectdotz
* add a new setting for "jest.jestCommandLine" that supersede "jest.pathToJest" and "jest.pathToConfig" - @connectdotz
### 4.0.0-alpha.2
* use assertion's fullName in TestResult instead of the source test name - @connectdotz
* consolidated and simplified coverage formatter parsing logic; added overlay color customization; change coverage formatter/colors will take effect without restarting vscode; updated coverage help in README. - @connectdotz
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-jest",
"displayName": "Jest",
"description": "Use Facebook's Jest With Pleasure.",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"publisher": "Orta",
"engines": {
"vscode": "^1.23.0"
Expand Down

0 comments on commit 6bb8451

Please sign in to comment.