You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run either Invoke-PSDepend -Test or Get-Dependency | Test-Dependency, the output does not indicate whether the dependency is installed or not. I get the same results in Windows PowerShell 5.1 as PowerShell Core 6.0.2.
If I run Test-Dependency -Quiet, the Boolean indicator is correct for all PSGalleryModule dependencies, but my npm package that is installed in global scope is not.
For the following tests, the Coveralls module is uninstalled, and all others are installed correctly.
Can you try running through select *? I suspect the output is hidden, given that they're still the same object type - they just have a DependencyExists property added
Also... the test piece is sort of ugly and relies on the dependency script handling test output correctly, so... there's definitely a chance something could go wrong : )
When I run either
Invoke-PSDepend -Test
orGet-Dependency | Test-Dependency
, the output does not indicate whether the dependency is installed or not. I get the same results in Windows PowerShell 5.1 as PowerShell Core 6.0.2.If I run
Test-Dependency -Quiet
, the Boolean indicator is correct for all PSGalleryModule dependencies, but my npm package that is installed in global scope is not.For the following tests, the Coveralls module is uninstalled, and all others are installed correctly.
Example 1a: Invoke-PSDepend -Test
Example 1b: Test-Dependency
Example 2: Test-Dependency -Quiet
Example 3: Test-Dependency -Verbose
PSDepend Version
The text was updated successfully, but these errors were encountered: