Skip to content

Commit

Permalink
Rename fiile
Browse files Browse the repository at this point in the history
  • Loading branch information
igoravl committed Aug 15, 2024
1 parent 0dfb940 commit 41a1677
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
17 changes: 17 additions & 0 deletions PS/_Tests/ProcessTemplate/GetTfsProcessFieldDefinition.Tests.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
& "$(($PSScriptRoot -split '_Tests')[0])/_Tests/_TestSetup.ps1"

Describe (($MyInvocation.MyCommand.Name -split '\.')[-3]) {

Context '__AllParameterSets' {
# Get-TfsProcessFieldDefinition
# [[-Field] <Object>]
# [-ReferenceName <string>]
# [-Project <Object>]
# [-IncludeExtensionFields]
# [-IncludeDeleted]
# [-Collection <Object>] # Pipeline input
# [-Server <Object>] [<CommonParameters>]


}
}
8 changes: 0 additions & 8 deletions PS/_Tests/WorkItem/Field/GetTfsWorkItemField.Tests.ps1

This file was deleted.

0 comments on commit 41a1677

Please sign in to comment.