Skip to content

Commit 14d20f5

Browse files
docs: improve formatting of documentation for Get-TestItemsFromFolder function
1 parent 397c8a3 commit 14d20f5

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

scripts/main.ps1

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -230,17 +230,16 @@ process {
230230
}
231231
Write-Host "Tests found at [$testsPath]"
232232

233-
234233
<#
235-
.SYNOPSIS
236-
Retrieves test items from a specified folder.
234+
.SYNOPSIS
235+
Retrieves test items from a specified folder.
237236
238-
.DESCRIPTION
239-
Searches for test configuration, container, or test script files within the specified folder.
237+
.DESCRIPTION
238+
Searches for test configuration, container, or test script files within the specified folder.
240239
241-
.OUTPUTS
242-
System.IO.FileInfo[]
243-
Returns an array of FileInfo objects representing the test items found.
240+
.OUTPUTS
241+
System.IO.FileInfo[]
242+
Returns an array of FileInfo objects representing the test items found.
244243
#>
245244
function Get-TestItemsFromFolder {
246245
[CmdletBinding()]

0 commit comments

Comments
 (0)