-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Description
Currently, we can run watch mode with verbose at cli level: jest --watch --verbose.
Also, when not running in verbose mode, we automatically get verbose if we filter to a single file using filename pattern (p) but not test name pattern (t)
When filtering, it would be nice if we can see exactly which tests are run, instead of just getting a summary.
On the other hand, I understand someone might not be concerned and just want a compact summary.
Adding a verbose toggle in watch mode (v) would solve that issue.
rickhanlonii
Metadata
Metadata
Assignees
Labels
No labels