Add root testing file

This commit is contained in:
Rashil Gandhi 2021-12-28 12:59:50 +05:30
parent 82f95eee4e
commit 3b2fc2c15d
No known key found for this signature in database
GPG Key ID: 0AF22EDF6BE85BBD

2
Scoop-Bucket.Tests.ps1 Normal file
View File

@ -0,0 +1,2 @@
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
. "$env:SCOOP_HOME\test\Import-Bucket-Tests.ps1"