Skip to content

Commit

Permalink
add test tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Mar 2, 2024
1 parent 9b2dd7c commit 91a63fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions powershellgroup/Tests/powershellgroup.resource.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Describe 'PowerShellGroup resource tests' {
if ($null -eq (Get-Module PSDesiredStateConfiguration -ListAvailable)) {
Install-Module -Name PSDesiredStateConfiguration -AllowPrerelease -Force -SkipPublisherCheck -AllowClobber
}
Write-Verbose -Verbose (Get-DscResource | Out-String)
}
AfterAll {
$env:PSModulePath = $OldPSModulePath
Expand Down

0 comments on commit 91a63fc

Please sign in to comment.