[lang-ref] ( get_current_file_path ) ( powershell )

It 'should get current file path' {
    # $PSCommandPath

    $PSCommandPath | Should -Match 'test\\RuntimeInfo\\SourceInfo\.Tests\.ps1$'
}