pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://pester.dev/
Other
3.08k stars 470 forks source link

Add missing help for -Skip in Context and Describe #2426

Closed fflaten closed 5 months ago

fflaten commented 6 months ago

PR Summary

-Skip was missing help in Context and Describe functions. False positive due to commented -Focus switch in the parameter-block.

PR Checklist