mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
5 lines
258 B
PowerShell
5 lines
258 B
PowerShell
#Requires -Modules @{ ModuleName = 'Pester'; RequiredVersion = '4.10.1' }
|
|
|
|
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
|
|
Invoke-Pester @{ Path = "$env:SCOOP_HOME\test\Import-Bucket-Tests.ps1"; Arguments = "$PSScriptRoot/.." }
|