Public Function Tests

This directory contains unit tests for exported JiraAgilePS cmdlets.

Pattern

Public function tests should use Tests/Functions/Public/.template.ps1 as the starting point. They usually cover these areas:

Run a focused public function test with:

Invoke-Pester -Path 'Tests/Functions/Public/Get-Board.Unit.Tests.ps1'