[lang-ref] Get source directory path ( powershell )

It 'should get source directory path' {
    # $PSScriptRoot

    $PSScriptRoot | Should -Be (Join-Path (Get-Location) 'test\RuntimeInfo')
}