We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9aa472 commit 6b5761aCopy full SHA for 6b5761a
Tests/Private/ConvertToAst.Tests.ps1
@@ -4,7 +4,7 @@ Describe "ConvertToAst" {
4
Context "It returns a ParseResult for file paths" {
5
BeforeAll {
6
$ParseResult = InModuleScope ModuleBuilder {
7
- ConvertToAst $PSCommandPath
+ ConvertToAst -Code $PSCommandPath
8
}
9
10
0 commit comments