Skip to content

Commit

Permalink
Correct failure-change notification mode (#6878)
Browse files Browse the repository at this point in the history
* Correct `failure-change` notification mode

* Correct failure-change value in versioned docs
  • Loading branch information
KBalderson authored and SimenB committed Aug 23, 2018
1 parent d82e7d8 commit c4007d7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
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

0 comments on commit c4007d7

Please sign in to comment.