Skip to content

Commit 68e9176

Browse files
🩹 [Patch]: Format test results output in PSScriptAnalyzer tests for improved readability
1 parent d71a8e9 commit 68e9176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/tests/PSScriptAnalyzer/PSScriptAnalyzer.Tests.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Describe 'PSScriptAnalyzer' {
8282
$testResults = Invoke-ScriptAnalyzer -Path $Path -Settings $SettingsFilePath -Recurse -Verbose
8383
}
8484
LogGroup "TestResults [$($testResults.Count)]" {
85-
$testResults
85+
$testResults | Format-Table -AutoSize
8686
}
8787
}
8888

0 commit comments

Comments
 (0)