Skip to content

Commit 52b1cf8

Browse files
Add description to Get-PSModuleTest function documentation
1 parent d2f474e commit 52b1cf8

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)