We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee987f commit 4956aa4Copy full SHA for 4956aa4
1 file changed
Tests/Private/ConvertToAst.Tests.ps1
@@ -3,7 +3,7 @@ Describe "ConvertToAst" {
3
4
Context "It returns a ParseResult for file paths" {
5
$ParseResult = InModuleScope ModuleBuilder {
6
- ConvertToAst $PSCommandPath
+ ConvertToAst -Code $PSCommandPath
7
}
8
9
It "Returns a ParseResult object" {
0 commit comments