Skip to content

Commit

Permalink
prepare for alpha.2 release (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Dec 20, 2020
1 parent 48fbad2 commit f755e32
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ Bug-fixes within the same version aren't needed
## Master
* 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
-->

### 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
### 4.0.0-alpha.1
* change path of jest executable in order to support running jest in yarn workspaces - @glentakahashi
* refactor editor decorations and load icons from `vscode-codicons` [@Tymek](https://github.com/Tymek)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
"dependencies": {
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-source-maps": "^4.0.0",
"jest-editor-support": "^28.0.0-beta",
"jest-editor-support": "^28.0.0",
"jest-snapshot": "^25.5.0",
"vscode-codicons": "^0.0.4"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3950,10 +3950,10 @@ jest-each@^26.6.2:
jest-util "^26.6.2"
pretty-format "^26.6.2"

jest-editor-support@^28.0.0-beta:
version "28.0.0-beta.0"
resolved "https://registry.yarnpkg.com/jest-editor-support/-/jest-editor-support-28.0.0-beta.0.tgz#2c7277be185f17393d08bebeb2e4f4c0ba7df62f"
integrity sha512-9n/nCnsMwnfujhfzaJ9RH19/E1NVjJZoU+sNic79mKPH74ihprN8gAzH25gt5HFpJnuaRlVmOMEMjynHwDSyww==
jest-editor-support@^28.0.0:
version "28.0.0"
resolved "https://registry.yarnpkg.com/jest-editor-support/-/jest-editor-support-28.0.0.tgz#bef5f030c8ce725e34eabb81238d5b2c39b7dafd"
integrity sha512-Q4dc96HI0Y9eBkN0RwZL4PEZhKU4VHOKetsu1AsuNe+aypV44p2wa9RrYgZN0JQQ6FSyV00cSX/2BfPiOsutNw==
dependencies:
"@babel/parser" "^7.8.3"
"@babel/traverse" "^7.6.2"
Expand Down

0 comments on commit f755e32

Please sign in to comment.