Skip to content

Commit 258bd6f

Browse files
committed
fix tests after upgrade pester
1 parent 7fc09d4 commit 258bd6f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Tests/TestBed.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ $global:gitStatusNumbers = @{
2121
# Use Utf8 when capturing git output
2222
# [Console]::OutputEncoding = [System.Text.Encoding]::Utf8
2323

24-
25-
Get-ChildItem -Recurse ("$PSScriptRoot\..\lib\*.ps1") | ForEach-Object {. $_.FullName}
24+
BeforeAll {
25+
Get-ChildItem -Recurse ("$PSScriptRoot\..\lib\*.ps1") | ForEach-Object {. $_.FullName}
26+
}

0 commit comments

Comments
 (0)