Skip to content

Commit 64faafe

Browse files
committed
Remove debug messages.
1 parent 884e440 commit 64faafe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/TestModule.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Import-Module -Name Pester
2121
Import-Module -Name $modulePsd1.FullName
2222

2323
$testFolder = Join-Path $ModulePath 'test'
24-
Write-Host ("$testFolder")
2524
$PesterConfiguration = [PesterConfiguration]::Default
2625
$PesterConfiguration.Run.Path = $testFolder
2726
$PesterConfiguration.Run.Exit = $true

0 commit comments

Comments
 (0)