Skip to content

Commit ad26e03

Browse files
committed
Remove Set-Location from AfterAll
1 parent 157b93c commit ad26e03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/build.tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Describe 'Build' {
1414
}
1515

1616
AfterAll {
17-
Set-Location $PSScriptRoot
1817
$jobs | Stop-Job -ErrorAction Ignore
1918
$jobs | Remove-Job -ErrorAction Ignore
2019
}

0 commit comments

Comments
 (0)