Skip to content

Commit ba5f0dc

Browse files
🩹 [Patch]: Add missing description section to Get-PSModuleTest function documentation
1 parent 3eac575 commit ba5f0dc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎src/functions/public/Get-PSModuleTest.ps1‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ function Get-PSModuleTest {
55
.SYNOPSIS
66
Performs tests on a module.
77
8+
.DESCRIPTION
9+
Performs tests on a module.
10+
811
.EXAMPLE
912
Test-PSModule -Name 'World'
1013

0 commit comments

Comments
 (0)