diff options
Diffstat (limited to 'tests/specs/task/bin_package/__test__.jsonc')
-rw-r--r-- | tests/specs/task/bin_package/__test__.jsonc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/specs/task/bin_package/__test__.jsonc b/tests/specs/task/bin_package/__test__.jsonc index 19bad633e..d5da4b4e1 100644 --- a/tests/specs/task/bin_package/__test__.jsonc +++ b/tests/specs/task/bin_package/__test__.jsonc @@ -27,17 +27,16 @@ } ] }, - "warns_if_already_setup": { + "clobbers_if_already_setup": { "tempDir": true, "steps": [{ - "if": "unix", "commandName": "npm", "args": "install", "output": "\nadded 1 package in [WILDCARD]\n" }, { "if": "unix", "args": "task sayhi", - "output": "already-set-up.out" + "output": "task.out" }] } } |