File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
PSModuleDevelopment/tests Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ Remove-Module PSModuleDevelopment -ErrorAction Ignore
23
23
Import-Module " $PSScriptRoot \..\PSModuleDevelopment.psd1"
24
24
Import-Module " $PSScriptRoot \..\PSModuleDevelopment.psm1" - Force
25
25
26
+ # Need to import explicitly so we can use the configuration class
27
+ Import-Module Pester
28
+
26
29
Write-PSFMessage - Level Important - Message " Creating test result folder"
27
30
$null = New-Item - Path " $PSScriptRoot \..\.." - Name TestResults - ItemType Directory - Force
28
31
Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ Remove-Module þnameþ -ErrorAction Ignore
23
23
Import-Module " $PSScriptRoot \..\þnameþ.psd1"
24
24
Import-Module " $PSScriptRoot \..\þnameþ.psm1" - Force
25
25
26
+ # Need to import explicitly so we can use the configuration class
27
+ Import-Module Pester
28
+
26
29
þ! testfolder! þ
27
30
28
31
$totalFailed = 0
You can’t perform that action at this time.
0 commit comments