We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc09d4 commit 258bd6fCopy full SHA for 258bd6f
1 file changed
Tests/TestBed.ps1
@@ -21,5 +21,6 @@ $global:gitStatusNumbers = @{
21
# Use Utf8 when capturing git output
22
# [Console]::OutputEncoding = [System.Text.Encoding]::Utf8
23
24
-
25
-Get-ChildItem -Recurse ("$PSScriptRoot\..\lib\*.ps1") | ForEach-Object {. $_.FullName}
+BeforeAll {
+ Get-ChildItem -Recurse ("$PSScriptRoot\..\lib\*.ps1") | ForEach-Object {. $_.FullName}
26
+}
0 commit comments