Require Pester Module

This commit is contained in:
Wes Carroll
2019-03-29 19:30:27 -04:00
parent 7db1a32399
commit b2ab6362f7
+1
View File
@@ -1,3 +1,4 @@
#Requires -Modules Pester
$testPath = Split-Path -Parent $MyInvocation.MyCommand.Path
$docsPath = $testPath -replace 'Tests', 'docs'
$modulePath = $testPath -replace 'Tests', 'ZertoApiWrapper'