Skip to content

Commit

Permalink
Update Pester.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
r3s34rch authored Feb 9, 2024
1 parent 07b896e commit 3906720
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/tests/Pester.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
param (
Write-Host "testing ci"
param (
$TestGeneral = $false,

$TestFunctions = $false,
Expand Down Expand Up @@ -232,4 +233,4 @@ if ($CleanupEnvironment) {
Write-PSFMessage -Level Critical -Message "Test environment is not clean" -Exception $_.Exception
}
}
#endregion cleanupEnvironment
#endregion cleanupEnvironment

0 comments on commit 3906720

Please sign in to comment.