From b2ab6362f7dd787de940a5937939d182b1a6ad52 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Fri, 29 Mar 2019 19:30:27 -0400 Subject: [PATCH] Require Pester Module --- Tests/ZertoApiWrapper.Tests.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/ZertoApiWrapper.Tests.ps1 b/Tests/ZertoApiWrapper.Tests.ps1 index c102e2d..a71c28e 100644 --- a/Tests/ZertoApiWrapper.Tests.ps1 +++ b/Tests/ZertoApiWrapper.Tests.ps1 @@ -1,3 +1,4 @@ +#Requires -Modules Pester $testPath = Split-Path -Parent $MyInvocation.MyCommand.Path $docsPath = $testPath -replace 'Tests', 'docs' $modulePath = $testPath -replace 'Tests', 'ZertoApiWrapper'