Skip to content

Commit

Permalink
prepare for v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed May 25, 2022
1 parent 1432104 commit bb81f7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
---
## Getting Started

The extension should work out-of-the-box for most common jest projects. To get started:
This extension supports full [jest](https://jestjs.io/) features in vscode environment to make testing more intuitive and fun. It should work out-of-the-box for most common jest projects. To get started:

1. Setup [jest](https://jestjs.io/docs/getting-started) in your project if you haven't.
2. [install](#installation) **"Jest"** extension in vscode.
Expand All @@ -28,17 +28,17 @@ Happy testing!
---

## Release Notes
### Pre-Release: [v4.5.0](https://github.com/jest-community/vscode-jest/releases/tag/v4.5.0) <!-- omit in toc -->
### Stable: [v4.6.0](https://github.com/jest-community/vscode-jest/releases/tag/v4.6.0) <!-- omit in toc -->

<details>
- added a new setting ["jest.showTerminalOnLaunch"](#showTerminalOnLaunch) to control if test explorer terminal should be automatically opened upon launch. Default is true.
- refactor README

<summary>features</summary>

- adding a new setting `jest.showTerminalOnLaunch` to control if test explorer terminal should be automatically opened upon launch. Default is true.
</details>
### Previous Releases <!-- omit in toc -->

<details>

### Stable: [v4.4.0](https://github.com/jest-community/vscode-jest/releases/tag/v4.4.0) <!-- omit in toc -->
<summary>4.4.0</summary>

Interactive run has been extended to watch mode in v4.4.0. Users in watch mode can now run any test/folder/workspace interactively just like with non-watch mode.

Expand Down Expand Up @@ -93,11 +93,10 @@ Other features:
- enhance run/debug tests with quotes in the name.
- update documentations and a few bug fixes.

</details>

More details see [v4.4.0 release](https://github.com/jest-community/vscode-jest/releases/tag/v4.4.0)

### Previous Releases <!-- omit in toc -->
</details>


<details>

Expand Down Expand Up @@ -390,7 +389,7 @@ Users can use the following settings to tailor the extension for their environme
|**Misc**|
|debugMode|Enable debug mode to diagnose plugin issues. (see developer console)|false|`"jest.debugMode": true`|
|disabledWorkspaceFolders 💼|Disabled workspace folders names in multiroot environment|[]|`"jest.disabledWorkspaceFolders": ["package-a", "package-b"]`|
|showTerminalOnLaunch 💼|automatically open test explorer terminal on launch (>= v4.5)|true|`"jest.showTerminalOnLaunch": false`|
|<a id="showTerminalOnLaunch"></a>showTerminalOnLaunch 💼|automatically open test explorer terminal on launch (>= v4.5)|true|`"jest.showTerminalOnLaunch": false`|

#### Details
##### jestCommandLine
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-jest",
"displayName": "Jest",
"description": "Use Facebook's Jest With Pleasure.",
"version": "4.5.0",
"version": "4.6.0",
"publisher": "Orta",
"engines": {
"vscode": "^1.63.0"
Expand Down

0 comments on commit bb81f7d

Please sign in to comment.