Skip to content

Commit 560f083

Browse files
committed
Unix only
1 parent d5531cc commit 560f083

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/specs/task/bin_package/__test__.jsonc

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@
3030
"warns_if_already_setup": {
3131
"tempDir": true,
3232
"steps": [{
33+
"if": "unix",
3334
"commandName": "npm",
3435
"args": "install",
3536
"output": "\nadded 1 package in [WILDCARD]\n"
36-
}, {
37+
}, {
38+
"if": "unix",
3739
"args": "task sayhi",
3840
"output": "already-set-up.out"
3941
}]

0 commit comments

Comments
 (0)