Skip to content

Commit

Permalink
Clarify functionality of --notify flag (taken from configuration docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Carlos committed Nov 7, 2024
1 parent 22029ba commit 528c89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Disables stack trace in test results output.

### `--notify`

Activates notifications for test results. Good for when you don't want your consciousness to be able to focus on anything except JavaScript testing.
Activates native OS notifications for test results. Good for when you don't want your consciousness to be able to focus on anything except JavaScript testing. To display the notifications Jest needs the [`node-notifier`](https://github.com/mikaelbr/node-notifier) package, which must be installed additionally.

### `--onlyChanged`

Expand Down

0 comments on commit 528c89b

Please sign in to comment.