Skip to content

Commit

Permalink
Fixed documentation on notifyMode
Browse files Browse the repository at this point in the history
  • Loading branch information
psilospore committed Jan 5, 2018
1 parent 518018f commit 6ced621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ None

### Features

* `[jest-cli]` created `--notifyMode` added to specify when to be notified.
* `[jest-cli]` Added --notifyMode to specify when to be notified.
([#5125](https://github.com/facebook/jest/pull/5125))
* `[jest-message-util]` Add codeframe to test assertion failures
([#5087](https://github.com/facebook/jest/pull/5087))
Expand Down
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ Activates notifications for test results.

Default: `always`

Specifies notification mode.
Specifies notification mode. Requires `notify: true`.

#### Modes

Expand Down

0 comments on commit 6ced621

Please sign in to comment.