Public/New-Test.ps1

function New-TestFile {
    New-Item -Path "$PSScriptRoot" -Name "New-Test.ps1" -ItemType "file" -Value "# Path: TestModule/Public/New-Test.ps1"
    
}