File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -518,10 +518,10 @@ The following are the predefined `runMode` configurations for convenience. They
518
518
519
519
| Predefined runMode| Description| JestRunMode|
520
520
| :---:| ---| ---|
521
- | "watch"| run tests by watchman | {type: "watch", revealOutput: "on-run" } |
522
- | "on-save"| run tests when test or source files are saved| {type: "on-run", revealOutput: "on-run "}|
523
- | "on-demand"| run tests on-demand through UI | {type: "on-demand", revealOutput: "on-run" } |
524
- | "deferred"| defer test run and discovery until the first on-demand run | {type: "on-demand", revealOutput: "on-run", deferred: true } |
521
+ | "watch"| run tests by watchman | {type: "watch"} |
522
+ | "on-save"| run tests when test or source files are saved| {type: "on-save "}|
523
+ | "on-demand"| run tests on-demand through UI | {type: "on-demand"} |
524
+ | "deferred"| defer test run and discovery until the first on-demand run | {type: "on-demand", deferred: true} |
525
525
526
526
** Examples**
527
527
- Run jest with watch mode - the default runMode if none is specified.
You can’t perform that action at this time.
0 commit comments