We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d7492 commit 2f51f52Copy full SHA for 2f51f52
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