We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3dc33a commit 6054183Copy full SHA for 6054183
scripts/main.ps1
@@ -243,6 +243,7 @@ process {
243
System.IO.FileInfo[]
244
Returns an array of FileInfo objects representing the test items found.
245
#>
246
+ [OutputType([System.IO.FileInfo[]])]
247
[CmdletBinding()]
248
param (
249
# The path to the folder containing test items.
@@ -277,6 +278,7 @@ process {
277
278
System.String[]
279
Returns an array of directory paths.
280
281
+ [OutputType([System.String[]])]
282
283
param(
284
#The root path to search for test directories.
0 commit comments