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 2
2
# Licensed under the MIT License.
3
3
4
4
BeforeDiscovery {
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
+ }
21
21
}
22
22
23
23
Describe ' Tests for PSScript resource' {
You can’t perform that action at this time.
0 commit comments