mirror of
https://github.com/laoxong/ScoopBucket
synced 2025-03-02 15:24:47 +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/.."
|