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 4e9c41a commit f892842Copy full SHA for f892842
Tests/Engine/InvokeScriptAnalyzer.tests.ps1
@@ -88,8 +88,6 @@ Describe "Test Path" {
88
Context "When given a glob" {
89
It "Invokes on all the matching files" {
90
$numFilesResult = (Invoke-ScriptAnalyzer -Path $directory\TestTestPath*.ps1 | Select-Object -Property ScriptName -Unique).Count
91
- Write-HOst "Number of files processed"
92
- Write-Host $numFilesResult
93
$numFilesExpected = (Get-ChildItem -Path $directory\TestTestPath*.ps1).Count
94
$numFilesResult | Should be $numFilesExpected
95
}
0 commit comments