internal/Get-MtMyCorpTestFolderPath.ps1

function Get-MtMyCorpTestFolderPath {
    return Join-Path -Path $PSScriptRoot -ChildPath "../mycorp-tests"
}