Skip to content

Commit 920dd15

Browse files
🩹 [Patch]: Add missing description to Get-PSModuleTest and New-PSModuleTest functions
1 parent da51927 commit 920dd15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ā€Žtests/srcTestRepo/outputs/module/PSModuleTest/PSModuleTest.psm1ā€Ž

Lines changed: 6 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

0 commit comments

Comments
Ā (0)