Add Pester 6 unit tests for Clear-PSBuildOutputFolder.
Scenarios to cover:
- Removes the output folder when it exists
- Handles gracefully when the folder does not exist
No fixture module needed. Target Pester 6.0.0 with classic Should syntax — see notes on #17. Parent issue: #17
Add Pester 6 unit tests for
Clear-PSBuildOutputFolder.Scenarios to cover:
No fixture module needed. Target Pester 6.0.0 with classic
Shouldsyntax — see notes on #17. Parent issue: #17