We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d2414 commit 3a6fb23Copy full SHA for 3a6fb23
1 file changed
tests/pester.ps1
@@ -45,7 +45,7 @@ foreach ($file in (Get-ChildItem "$PSScriptRoot\general" -Filter "*.Tests.ps1"))
45
}
46
47
Write-PSFMessage -Level Important -Message "Proceeding with individual tests"
48
-foreach ($file in (Get-ChildItem "$PSScriptRoot\functions" -Recurse -File -Filter "*Tests..ps1"))
+foreach ($file in (Get-ChildItem "$PSScriptRoot\functions" -Recurse -File -Filter "*Tests.ps1"))
49
{
50
Write-PSFMessage -Level Significant -Message " Executing $($file.Name)"
51
$results = Invoke-Pester -Script $file.FullName -Show None -PassThru
0 commit comments