Skip to content

Commit

Permalink
Update release-note-v5.x.md
Browse files Browse the repository at this point in the history
  • Loading branch information
connectdotz committed Jan 15, 2023
1 parent b24b15f commit ad450c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release-notes/release-note-v5.x.md
Expand Up @@ -34,13 +34,13 @@ Release Notes


### Main Features
#### 1. More control of test output terminal
#### 1. Enhance control of test output terminal

1. A new setting `jest.autoRevealOutput` to control when to reveal test output
- A new setting `jest.autoRevealOutput` to control when to reveal test output

For those who prefer different behavior of test output terminals, this is the setting for you. You can turn it off (`"off"`), set it to only reveal if there is critical error (`"on-exec-error"`), or by default when the tests are run (`"on-run"`). See more details in [jest.autoRevealOutput](../README.md#autorevealoutput).

2. The TestExplorer workspace items also get a new button to open the test output terminal on demand.
- The TestExplorer workspace items also get a new button to open the test output terminal on demand.

<img src="../images/release-notes-5.x-reveal-output-button.png" alt="snapshot-menu" width="500"/>

Expand Down

0 comments on commit ad450c5

Please sign in to comment.