Skip to content

Commit

Permalink
Get-equivalencyoption help
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed May 20, 2024
1 parent 162fab7 commit 6fa12ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/functions/assert/Equivalence/Should-BeEquivalent.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -723,9 +723,13 @@ function Get-EquivalencyOption {
This example generates an equivalency option object that excludes any paths not present on the expected object from the comparison, using the default deep comparison strategy.
.LINK
https://pester.dev/docs/functions/Get-EquivalencyOption
https://pester.dev/docs/commands/Get-EquivalencyOption
.LINK
https://pester.dev/docs/assertions
#>

[CmdletBinding()]
param(
[string[]] $ExcludePath = @(),
[switch] $ExcludePathsNotOnExpected,
Expand Down

0 comments on commit 6fa12ce

Please sign in to comment.