diff --git a/DoTests.ps1 b/DoTests.ps1 index 5813ab8..bbf2898 100644 --- a/DoTests.ps1 +++ b/DoTests.ps1 @@ -1,3 +1,8 @@ + +Get-Module -ListAvailable pester | Out-Host + + +return if ((Get-Module -ListAvailable pester) -eq $null) { Install-Module -Name Pester -Repository PSGallery -Force }