diff --git a/DoTests.ps1 b/DoTests.ps1 index b424631..bf8f3bf 100644 --- a/DoTests.ps1 +++ b/DoTests.ps1 @@ -1,8 +1,7 @@ +$PSVersionTable.PSVersion -# Get-Module -ListAvailable pester | Out-Host -# return if ((Get-Module -ListAvailable pester) -eq $null) { Install-Module -Name Pester -Repository PSGallery -Force } -Invoke-Pester -Script $PSScriptRoot\UnitTests \ No newline at end of file +Invoke-Pester -Script $PSScriptRoot\__tests__ \ No newline at end of file