GithubFS.test.ps1

ipmo ./Module.psd1 -Force

Describe "Out-Github" {
    Context "Overrides Out-File" {
        It "Enables redirection into the github fs" {
        
        }
    }
}