scoop-games/bin/test.ps1

3 lines
137 B
PowerShell
Raw Normal View History

if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = resolve-path (split-path (split-path (scoop which scoop))) }
Invoke-Pester "$psscriptroot/.."