Skip to content

Commit

Permalink
Update functions.Tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Oct 10, 2023
1 parent ea980cc commit 284fdb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pester/functions.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ Describe "Functions"{
fullname = $psitem.FullName
} {
Get-ChildItem function:\$basename | should -Not -BeNullOrEmpty
}
It "Contains Description" -TestCases @{
basename = $($psitem.BaseName)
fullname = $psitem.FullName
} {
get-help $basename -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Description | should -Not -BeNullOrEmpty
}
Expand Down

0 comments on commit 284fdb2

Please sign in to comment.