Move helpers to submodule #19

Merged
dmitry-shibanov merged 5 commits from v-dmshib/common-module into master 2020-06-02 20:21:43 +05:00
Showing only changes of commit 7e91c03b0b - Show all commits

View File

@@ -53,7 +53,7 @@ jobs:
inputs:
TargetType: inline
script: |
Install-Module Pester -Force -Scope CurrentUser
Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 4.10.1
Import-Module Pester
$pesterParams = @{
Path="./Node.Tests.ps1";