Problem
tests/Unit has coverage for the four main functions but no direct tests for Write-PSNowStructuredLog or the private environment helpers (GetPSNowOs, Get-PSNowTempDirectory). Bugs in these shared utilities would only surface indirectly through higher-level test failures.
Files
Private/Write-PSNowStructuredLog.ps1
Private/Get-PSNowEnvironmentVariables.ps1
Acceptance Criteria
Problem
tests/Unithas coverage for the four main functions but no direct tests forWrite-PSNowStructuredLogor the private environment helpers (GetPSNowOs,Get-PSNowTempDirectory). Bugs in these shared utilities would only surface indirectly through higher-level test failures.Files
Private/Write-PSNowStructuredLog.ps1Private/Get-PSNowEnvironmentVariables.ps1Acceptance Criteria
tests/Unit/Write-PSNowStructuredLog.tests.ps1created with tests for: correct output format, multi-field entries, empty fields dicttests/Unit/Get-PSNowEnvironmentVariables.tests.ps1created with tests for: Windows/macOS/Linux OS detection (mocked), temp path resolution, unsupported-OS error