mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
fix(test): Use new manifests test
This commit is contained in:
parent
e67f2afa4c
commit
4dbae8e394
@ -1,2 +0,0 @@
|
||||
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
|
||||
. "$env:SCOOP_HOME\test\Import-Bucket-Tests.ps1"
|
||||
@ -1,4 +1,4 @@
|
||||
#requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '4.4.0' }
|
||||
#Requires -Modules @{ ModuleName = 'Pester'; RequiredVersion = '4.10.1' }
|
||||
|
||||
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
|
||||
Invoke-Pester "$psscriptroot/.."
|
||||
Invoke-Pester @{ Path = "$env:SCOOP_HOME\test\Import-Bucket-Tests.ps1"; Arguments = "$PSScriptRoot/.." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user