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