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 8194bea commit 3ae9c99Copy full SHA for 3ae9c99
module/PowerShellEditorServices/InvokePesterStub.ps1
@@ -130,7 +130,6 @@ if ($All) {
130
if ($OutputPath) {
131
$configuration.Add('TestResult', @{
132
Enabled = $true
133
- OutputFormat = "NUnit2.5"
134
OutputPath = $OutputPath
135
})
136
}
@@ -158,7 +157,6 @@ elseif (($LineNumber -match '\d+') -and ($pesterModule.Version -ge '4.6.0')) {
158
157
159
160
161
162
163
164
0 commit comments