Skip to content

docs: clarify includeConsoleOutput defaults - #287

Merged
palmerj3 merged 2 commits into
jest-community:masterfrom
Adichapati:fix/docs-include-console-output
May 8, 2026
Merged

docs: clarify includeConsoleOutput defaults#287
palmerj3 merged 2 commits into
jest-community:masterfrom
Adichapati:fix/docs-include-console-output

Conversation

@Adichapati

Copy link
Copy Markdown
Contributor

Summary

  • Document includeConsoleOutput and includeShortConsoleOutput defaults as string values, consistent with current implementation

Test Plan

  • Not run (docs-only change)

Fixes #271

Copilot AI review requested due to automatic review settings May 8, 2026 03:19
@Adichapati
Adichapati requested review from SimenB and palmerj3 as code owners May 8, 2026 03:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the project documentation to reflect that includeConsoleOutput and includeShortConsoleOutput defaults are string values ("false") rather than booleans, aligning the README with the current implementation and addressing #271.

Changes:

  • Document includeConsoleOutput default as "false" (string).
  • Document includeShortConsoleOutput default as "false" (string).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@palmerj3
palmerj3 merged commit 06ebd57 into jest-community:master May 8, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

includeConsoleOutput string vs boolean

3 participants