scoop-games/bin/test.ps1

4 lines
111 B
PowerShell

if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
Invoke-Pester "$psscriptroot/.."