You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Get-SHA512Hash available for use during Pester execution (#153)
89f69f1 introduced the usage of
`Get-SHA512Hash` to determine if the Settings.ps1 file had been
altered, however that's a non-exported function.
This now loads `Helpers.ps1` into the context of the Pester test
execution so that the function can be found.
0 commit comments