We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pester/src/functions/Output.ps1
Line 655 in 7e5d35c
Dead code is removed
n/a
Remove this block from Output.ps1:
if ($PesterPreference.Output.Verbosity.Value -in 'Detailed', 'Diagnostic') { $p.EachBlockSetupStart = { $Context.Configuration.BlockWritePostponed = $true } }
The text was updated successfully, but these errors were encountered:
Looks like some flag that I planned to use when expanding the names of blocks but never used it because we always postpone the expansion.
Probably good to remove, and see if all tests pass, which I expect will be the case.
Sorry, something went wrong.
No branches or pull requests
Checklist
What is the issue?
Pester/src/functions/Output.ps1
Line 655 in 7e5d35c
BlockWritePostponed is set, but according to a code search never read.
Expected Behavior
Dead code is removed
Steps To Reproduce
n/a
Describe your environment
n/a
Possible Solution?
Remove this block from Output.ps1:
The text was updated successfully, but these errors were encountered: