From 528c89bdf2d78459c901170f8e99c4bcadce1c28 Mon Sep 17 00:00:00 2001 From: Sebastian Carlos Date: Thu, 7 Nov 2024 10:46:32 -0300 Subject: [PATCH] Clarify functionality of --notify flag (taken from configuration docs) --- docs/CLI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CLI.md b/docs/CLI.md index 59fcd897806e..76e031901e66 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -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`