mirror of
https://github.com/laoxong/ScoopBucket
synced 2025-03-21 07:10:53 +08: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/.."
|