We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df89d9 commit c31315cCopy full SHA for c31315c
test/InstallPSResourceTests/InstallPSResourceV3Server.Tests.ps1
@@ -377,6 +377,11 @@ Describe 'Test Install-PSResource for V3Server scenarios' -tags 'CI' {
377
$res3.Name | Should -Be 'testModule99'
378
$res3.Version | Should -Be '0.0.93'
379
}
380
+
381
+ It "Install module and its dependencies" {
382
+ $res = Install-PSResource 'TestModuleWithDependencyE' -Repository $NuGetGalleryName -TrustRepository -PassThru
383
+ $res.Length | Should -Be 4
384
+ }
385
386
387
Describe 'Test Install-PSResource for V3Server scenarios' -tags 'ManualValidationOnly' {
0 commit comments