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 30e85ad commit f4c0f3dCopy full SHA for f4c0f3d
tst/functions/New-Fixture.ts.ps1
@@ -29,7 +29,7 @@ i -PassThru:$PassThru {
29
try {
30
New-Fixture -Path $tempFolder -Name $name
31
32
- $r = Invoke-Pester -Path $testsPath -PassThru
+ $r = Invoke-Pester -Path $testsPath -PassThru -Output None
33
$r.Containers[0].Blocks[0].Tests[0].Result | Verify-Equal "Failed"
34
$r.Containers[0].Blocks[0].Tests[0].ErrorRecord.Exception | Verify-Type ([System.NotImplementedException])
35
}
0 commit comments