Commit e07d3fa
authored
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.1 parent cd449a1 commit e07d3fa
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
0 commit comments