From 670be39012e80ae0f376adda0f3bdf331a6af644 Mon Sep 17 00:00:00 2001 From: Andy Arthur Date: Tue, 16 Mar 2021 14:40:54 -0700 Subject: [PATCH] added smoke test for JSON support --- integration-tests/bats/json.bats | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 integration-tests/bats/json.bats diff --git a/integration-tests/bats/json.bats b/integration-tests/bats/json.bats new file mode 100644 index 0000000000..805d54aa25 --- /dev/null +++ b/integration-tests/bats/json.bats @@ -0,0 +1,20 @@ +#!/usr/bin/env bats +load $BATS_TEST_DIRNAME/helper/common.bash + +setup() { + setup_common +} + +teardown() { + teardown_common +} + +@test "json: JSON not yet supported " { + run dolt sql <