Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Mycorp
1.3.0
internal/Get-MtMyCorpTestFolderPath.ps1
function
Get-MtMyCorpTestFolderPath
{
return
Join-Path
-Path
$PSScriptRoot
-ChildPath
"../mycorp-tests"
}