mirror of
https://github.com/laoxong/ScoopBucket
synced 2025-03-03 07:34:46 +01:00
3 lines
110 B
PowerShell
3 lines
110 B
PowerShell
|
if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
|
||
|
Invoke-Pester "$psscriptroot/.."
|