mirror of
https://github.com/laoxong/ScoopBucket
synced 2025-02-18 11:54: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/.."
|