Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
ShowTree
1.1.3
Tests/Public.Tests.ps1
# ShowTree\Tests\Public.Tests.ps1
Describe
"Public function test"
{
It
"Show-Tree is available"
{
Get-Command
Show-Tree
|
Should
-Not
-BeNullOrEmpty
}
}