This directory contains unit tests for internal JiraAgilePS helpers and converters.
Use Tests/Functions/Private/.template.ps1 for converter-style functions.
Private tests should focus on the contract the public cmdlets depend on rather than duplicating implementation details.
Converter tests should cover:
Run a focused private function test with:
Invoke-Pester -Path 'Tests/Functions/Private/ConvertTo-Board.Unit.Tests.ps1'