File tree Expand file tree Collapse file tree 2 files changed +2
-120
lines changed
Expand file tree Collapse file tree 2 files changed +2
-120
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -52,10 +52,8 @@ Describe 'PSScriptModule Integration Tests' -Tag 'Integration' {
5252
5353 # Discover public functions from source
5454 $publicFunctionsPath = Resolve-Path - Path (Join-Path - Path $PSScriptRoot - ChildPath ' ../../src/Public' )
55- if ($publicFunctionsPath -and (Test-Path $publicFunctionsPath )) {
56- $publicFunctionFiles = Get-ChildItem - Path $publicFunctionsPath - Include ' *.ps1' - Exclude ' *.Tests.ps1' - Recurse |
57- Select-Object - ExpandProperty BaseName
58- }
55+ $publicFunctionFiles = Get-ChildItem - Path $publicFunctionsPath - Include ' *.ps1' - Exclude ' *.Tests.ps1' - Recurse |
56+ Select-Object - ExpandProperty BaseName
5957 }
6058
6159 It ' Should export at least one function' {
You can’t perform that action at this time.
0 commit comments