Skip to content

Commit

Permalink
update tests/remote.bats (fixes #2108) (#2109)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
JLKwong and dogi authored Mar 20, 2021
1 parent c11d5d8 commit 9dbd0d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treehouses/cli",
"version": "1.25.31",
"version": "1.25.32",
"remote": "4000",
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
"main": "cli.sh",
Expand Down
5 changes: 5 additions & 0 deletions tests/remote.bats
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ load test-helper
run "${clicmd}" remote commands
assert_success
}

@test "$clinom remote commands json" {
run "${clicmd}" remote commands json
assert_success
}

0 comments on commit 9dbd0d2

Please sign in to comment.