Tests/Examples/PipeScript.Automatic.Variable.MyCommandAst.examples.tests.ps1


describe 'PipeScript.Automatic.Variable.MyCommandAst' {
    it 'PipeScript.Automatic.Variable.MyCommandAst Example 1' {
        & (Use-PipeScript { $myCommandAst })
    }
}