From 45c96cd37a656f6d96f5327326789130d354b9ec Mon Sep 17 00:00:00 2001 From: dfinke Date: Fri, 8 Jun 2018 11:05:59 -0400 Subject: [PATCH] Added PSVersion. Point to the new directory for tests --- DoTests.ps1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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