Skip to content

Commit

Permalink
docs: add note for verbose option defaults (#9279)
Browse files Browse the repository at this point in the history
  • Loading branch information
thernstig authored Feb 13, 2020
1 parent f9cb36a commit ccd0016
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ It is possible to override this setting in individual tests by explicitly callin

Default: `false`

Indicates whether each individual test should be reported during the run. All errors will also still be shown on the bottom after execution.
Indicates whether each individual test should be reported during the run. All errors will also still be shown on the bottom after execution. Note that if there is only one test file being run it will default to `true`.

### `watchPathIgnorePatterns` [array\<string>]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-22.x/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ It is possible to override this setting in individual tests by explicitly callin

Default: `false`

Indicates whether each individual test should be reported during the run. All errors will also still be shown on the bottom after execution.
Indicates whether each individual test should be reported during the run. All errors will also still be shown on the bottom after execution. Note that if there is only one test file being run it will default to `true`.

### `watchPathIgnorePatterns` [array\<string>]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-23.x/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ It is possible to override this setting in individual tests by explicitly callin

Default: `false`

Indicates whether each individual test should be reported during the run. All errors will also still be shown on the bottom after execution.
Indicates whether each individual test should be reported during the run. All errors will also still be shown on the bottom after execution. Note that if there is only one test file being run it will default to `true`.

### `watchPathIgnorePatterns` [array\<string>]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-24.x/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ It is possible to override this setting in individual tests by explicitly callin

Default: `false`

Indicates whether each individual test should be reported during the run. All errors will also still be shown on the bottom after execution.
Indicates whether each individual test should be reported during the run. All errors will also still be shown on the bottom after execution. Note that if there is only one test file being run it will default to `true`.

### `watchPathIgnorePatterns` [array\<string>]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-25.1/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ It is possible to override this setting in individual tests by explicitly callin

Default: `false`

Indicates whether each individual test should be reported during the run. All errors will also still be shown on the bottom after execution.
Indicates whether each individual test should be reported during the run. All errors will also still be shown on the bottom after execution. Note that if there is only one test file being run it will default to `true`.

### `watchPathIgnorePatterns` [array\<string>]

Expand Down

0 comments on commit ccd0016

Please sign in to comment.