You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🚜 [refactor] Add injectable output-redirected delegate and update tests/metadata
- 🚜 [refactor] ColorScripts-Enhanced.psm1: Make Test-ColorScriptTextEmission consult $script:IsOutputRedirectedDelegate when present, falling back to [Console]::IsOutputRedirected. This makes console-redirection detection injectable and deterministic for tests.
- 🧪 [test] Update tests (TargetedCoverage, AdditionalCoverage, CoverageCompletion, CoverageFinalization) to use the delegate-aware expectation or compute expected redirection dynamically instead of assuming false. Also harden tests: verify paths with Test-Path before Resolve-Path, preserve/restore TMPDIR, parameterize and clean up TestDrive config roots, adjust cache-dir regex, and select/filter Get-ColorScriptEntry results for stable count assertions.
- 📝 [docs] Bump module/help metadata to 2025.10.29.1847 (ModuleVersion and Help UICultureVersion) and update ReleaseNotes version in the manifest.
- 🧹 [chore] Fix release-notes formatting: replace garbled header with "📦 Dependencies" in dist/LatestReleaseNotes.md and dist/PowerShellGalleryReleaseNotes.md.
Signed-off-by: Nick2bad4u <20943337+Nick2bad4u@users.noreply.github.com>
0 commit comments