Skip to content

Commit 812cd5a

Browse files
chore: fix tests
1 parent 695a82c commit 812cd5a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/run_test.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ if (-not(Test-Path -Path $testPath -PathType Leaf))
88
exit 1;
99
}
1010

11-
Install-Module -Force Pester
11+
Install-PackageProvider NuGet -Force;
12+
If ($? -ne "True" ) { Throw };
13+
Install-Module -Force Pester;
1214
If ($? -ne "True" ) { Throw };
1315

1416
$config=New-PesterConfiguration;

0 commit comments

Comments
 (0)