Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- `[docs]` Add custom toMatchSnapshot matcher docs ([#6837](https://github.com/facebook/jest/pull/6837))
- `[docs]` Improve the documentation regarding preset configuration ([#6864](https://github.com/facebook/jest/issues/6864))
- `[docs]` Clarify usage of `--projects` CLI option ([#6872](https://github.com/facebook/jest/pull/6872))
- `[docs]` Correct `failure-change` notification mode ([#6878](https://github.com/facebook/jest/pull/6878))

## 23.5.0

Expand Down
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Specifies notification mode. Requires `notify: true`.
- `success`: send a notification when tests pass.
- `change`: send a notification when the status changed.
- `success-change`: send a notification when tests pass or once when it fails.
- `failure-success`: send a notification when tests fails or once when it passes.
- `failure-change`: send a notification when tests fails or once when it passes.

### `preset` [string]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.2/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ Specifies notification mode. Requires `notify: true`.
- `success`: send a notification when tests pass.
- `change`: send a notification when the status changed.
- `success-change`: send a notification when tests pass or once when it fails.
- `failure-success`: send a notification when tests fails or once when it passes.
- `failure-change`: send a notification when tests fails or once when it passes.

### `preset` [string]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.3/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ Specifies notification mode. Requires `notify: true`.
- `success`: send a notification when tests pass.
- `change`: send a notification when the status changed.
- `success-change`: send a notification when tests pass or once when it fails.
- `failure-success`: send a notification when tests fails or once when it passes.
- `failure-change`: send a notification when tests fails or once when it passes.

### `preset` [string]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.4/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ Specifies notification mode. Requires `notify: true`.
- `success`: send a notification when tests pass.
- `change`: send a notification when the status changed.
- `success-change`: send a notification when tests pass or once when it fails.
- `failure-success`: send a notification when tests fails or once when it passes.
- `failure-change`: send a notification when tests fails or once when it passes.

### `preset` [string]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.0/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Specifies notification mode. Requires `notify: true`.
- `success`: send a notification when tests pass.
- `change`: send a notification when the status changed.
- `success-change`: send a notification when tests pass or once when it fails.
- `failure-success`: send a notification when tests fails or once when it passes.
- `failure-change`: send a notification when tests fails or once when it passes.

### `preset` [string]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.1/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Specifies notification mode. Requires `notify: true`.
- `success`: send a notification when tests pass.
- `change`: send a notification when the status changed.
- `success-change`: send a notification when tests pass or once when it fails.
- `failure-success`: send a notification when tests fails or once when it passes.
- `failure-change`: send a notification when tests fails or once when it passes.

### `preset` [string]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.2/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ Specifies notification mode. Requires `notify: true`.
- `success`: send a notification when tests pass.
- `change`: send a notification when the status changed.
- `success-change`: send a notification when tests pass or once when it fails.
- `failure-success`: send a notification when tests fails or once when it passes.
- `failure-change`: send a notification when tests fails or once when it passes.

### `preset` [string]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.3/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ Specifies notification mode. Requires `notify: true`.
- `success`: send a notification when tests pass.
- `change`: send a notification when the status changed.
- `success-change`: send a notification when tests pass or once when it fails.
- `failure-success`: send a notification when tests fails or once when it passes.
- `failure-change`: send a notification when tests fails or once when it passes.

### `preset` [string]

Expand Down