Added PSVersion. Point to the new directory for tests

This commit is contained in:
dfinke
2018-06-08 11:05:59 -04:00
parent 711d253d1a
commit 45c96cd37a

View File

@@ -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
Invoke-Pester -Script $PSScriptRoot\__tests__