Skip to content

Commit 6b865bc

Browse files
🩹 [Patch]: Add DESCRIPTION section to PSModuleTest functions for improved documentation clarity
1 parent 70ce267 commit 6b865bc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎tests/srcTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ function Get-PSModuleTest {
256256
.SYNOPSIS
257257
Performs tests on a module.
258258
259+
.DESCRIPTION
260+
Performs tests on a module.
261+
259262
.EXAMPLE
260263
Test-PSModule -Name 'World'
261264
@@ -282,6 +285,9 @@ function New-PSModuleTest {
282285
.SYNOPSIS
283286
Performs tests on a module.
284287
288+
.DESCRIPTION
289+
Performs tests on a module.
290+
285291
.EXAMPLE
286292
Test-PSModule -Name 'World'
287293
@@ -310,6 +316,9 @@ function Set-PSModuleTest {
310316
.SYNOPSIS
311317
Performs tests on a module.
312318
319+
.DESCRIPTION
320+
Performs tests on a module.
321+
313322
.EXAMPLE
314323
Test-PSModule -Name 'World'
315324
@@ -344,6 +353,9 @@ function Test-PSModuleTest {
344353
.SYNOPSIS
345354
Performs tests on a module.
346355
356+
.DESCRIPTION
357+
Performs tests on a module.
358+
347359
.EXAMPLE
348360
Test-PSModule -Name 'World'
349361

0 commit comments

Comments
 (0)