We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5444f commit 107601dCopy full SHA for 107601d
bin/run-tests.ps1
@@ -1,3 +1,8 @@
1
+# Already present in Windows install
2
+if (-Not (Get-Module -ListAvailable -Name Pester)) {
3
+ Install-Module -Name Pester -Force -SkipPublisherCheck
4
+}
5
+
6
$tmpRoot = [System.IO.Path]::GetTempPath()
7
$exercises = Get-ChildItem -Path $PSScriptRoot/../exercises/practice -Directory
8
$failed = 0
0 commit comments