File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ()]
You can’t perform that action at this time.
0 commit comments