We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6235db4 commit 816f0ecCopy full SHA for 816f0ec
1 file changed
PSCompatibilityCollector/Tests/Cmdlet.Tests.ps1
@@ -5,7 +5,7 @@ Write-Verbose -Verbose ("Modules:`n" + (Get-Module -ListAvailable | Out-String))
5
Write-Verbose -Verbose ("Exported cmdlets from PSCompatibilityCollector:`n" + (Get-Module -ListAvailable PSCompatibilityCollector | % { $_.ExportedCmdlets.Keys } | Out-String))
6
Write-Verbose -Verbose ("Commands:`n" + (Get-Command -Module PSCompatibilityCollector | Out-String))
7
8
-Import-Module PSCompatibilityCollector -ErrorAction Stop
+Get-Module PSCompatibilityCollector | Remove-Module
9
10
Describe "PSCompatiblityCollector cmdlets" {
11
BeforeAll {
0 commit comments