Skip to content

Commit 6b4402b

Browse files
🩹 [Patch]: Add DESCRIPTION section to module test functions for clarity
1 parent 2e67137 commit 6b4402b

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

‎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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ function New-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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
.SYNOPSIS
44
Performs tests on a module.
55
6+
.DESCRIPTION
7+
Performs tests on a module.
8+
69
.EXAMPLE
710
Test-PSModule -Name 'World'
811

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
.SYNOPSIS
44
Performs tests on a module.
55
6+
.DESCRIPTION
7+
Performs tests on a module.
8+
69
.EXAMPLE
710
Test-PSModule -Name 'World'
811

0 commit comments

Comments
 (0)