From 9dbd0d26e7fe146b4720f53b99a968c0c1cdd8f3 Mon Sep 17 00:00:00 2001 From: JLKwong <61807745+JLKwong@users.noreply.github.com> Date: Fri, 19 Mar 2021 19:29:58 -0700 Subject: [PATCH] update `tests/remote.bats` (fixes #2108) (#2109) Co-authored-by: dogi --- package.json | 2 +- tests/remote.bats | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 81c9e181c..7bab5e716 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tests/remote.bats b/tests/remote.bats index c64076156..b43d535c7 100755 --- a/tests/remote.bats +++ b/tests/remote.bats @@ -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 +}