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 64b77fb commit 19b315dCopy full SHA for 19b315d
Tests/Engine/InvokeScriptAnalyzer.tests.ps1
@@ -72,6 +72,10 @@ Describe "Test available parameters" {
72
It "is a switch parameter" {
73
$params["SaveDscDependency"].ParameterType.FullName | Should -Be "System.Management.Automation.SwitchParameter"
74
}
75
+
76
+ It 'does not throw when being applied against a dummy script with no DSC code' {
77
+ Invoke-ScriptAnalyzer -ScriptDefinition 'foo' -SaveDscDependency
78
+ }
79
80
81
0 commit comments