Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ The following are the predefined `runMode` configurations for convenience. They
|Predefined runMode|Description|JestRunMode|
|:---:|---|---|
|"watch"| run tests by watchman | {type: "watch", revealOutput: "on-run"} |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thanks for bringing this to our attention. It turns out this section has even more outdated information😓: there is no longer a revealOutput attribute. Would you mind removing all the revalOutput as well while you are at it? Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@connectdotz
Thank you for the review, I have deleted it!

docs: delete revealOutput from README.md

|"on-save"| run tests when test or source files are saved|{type: "on-run", revealOutput: "on-run"}|
|"on-save"| run tests when test or source files are saved|{type: "on-save", revealOutput: "on-run"}|
|"on-demand"|run tests on-demand through UI | {type: "on-demand", revealOutput: "on-run"} |
|"deferred"|defer test run and discovery until the first on-demand run | {type: "on-demand", revealOutput: "on-run", deferred: true } |

Expand Down