Functions/Test-FunctionTest.ps1

Function Test-FunctionTest {
        <#
        .SYNOPSIS
            Describe the function here
 
        .DESCRIPTION
            Describe the function in more detail
 
        .EXAMPLE
            Give an example of how to use it
 
    #>


    Write-Output "Function Test"
    Test-HelperTest
}