Skip to content

Commit

Permalink
Update -Skip parameter help in It
Browse files Browse the repository at this point in the history
  • Loading branch information
fflaten committed Mar 29, 2024
1 parent bfe147a commit 381f3c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/functions/It.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
.PARAMETER Skip
Use this parameter to explicitly mark the test to be skipped. This is preferable to temporarily
commenting out a test, because the test remains listed in the output. Use the Strict parameter
of Invoke-Pester to force all skipped tests to fail.
commenting out a test, because the test remains listed in the output.
.PARAMETER ForEach
(Formerly called TestCases.) Optional array of hashtable (or any IDictionary) objects.
Expand Down

0 comments on commit 381f3c1

Please sign in to comment.