Skip to content

Commit

Permalink
Generated help updated from dll
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Jun 16, 2023
1 parent 4f05350 commit da4e0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pester.RSpec.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function New-PesterConfiguration {
TestExtension: Filter used to identify test files.
Default value: '.Tests.ps1'
Exit: Exit with non-zero exit code when the test run fails. When used together with Throw, throwing an exception is preferred.
Exit: Exit with non-zero exit code when the test run fails. Exit code is always set to `$LASTEXITCODE` even when this option is `$false`. When used together with Throw, throwing an exception is preferred.
Default value: $false
Throw: Throw an exception when test run fails. When used together with Exit, throwing an exception is preferred.
Expand Down

0 comments on commit da4e0d0

Please sign in to comment.