File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 22# Licensed under the MIT License.
33
44BeforeDiscovery {
5- $testCases = if ($IsWindows ) {
6- @ (
7- @ {
8- resourceType = ' Microsoft.DSC.Transitional/PowerShellScript'
9- }
10- @ {
11- resourceType = ' Microsoft.DSC.Transitional/WindowsPowerShellScript'
12- }
13- )
14- } else {
15- @ (
16- @ {
17- resourceType = ' Microsoft.DSC.Transitional/PowerShellScript'
18- }
19- )
20- }
5+ $testCases = if ($IsWindows ) {
6+ @ (
7+ @ {
8+ resourceType = ' Microsoft.DSC.Transitional/PowerShellScript'
9+ }
10+ @ {
11+ resourceType = ' Microsoft.DSC.Transitional/WindowsPowerShellScript'
12+ }
13+ )
14+ } else {
15+ @ (
16+ @ {
17+ resourceType = ' Microsoft.DSC.Transitional/PowerShellScript'
18+ }
19+ )
20+ }
2121}
2222
2323Describe ' Tests for PSScript resource' {
You can’t perform that action at this time.
0 commit comments