From a25d19c85063acf104929deb9da60f29383154bb Mon Sep 17 00:00:00 2001 From: Hunter Trujillo Date: Tue, 8 Aug 2017 22:43:16 -0700 Subject: [PATCH] Add SHOW DATABASES integration test with Nightwatch.js. --- ui/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/package.json b/ui/package.json index b60aa4946..ec0e28389 100644 --- a/ui/package.json +++ b/ui/package.json @@ -17,6 +17,7 @@ "test:integration": "nightwatch tests --skip", "test:lint": "yarn run lint; yarn run test", "test:dev": "concurrently \"yarn run lint -- --watch\" \"yarn run test -- --no-single-run --reporters=verbose\"", + "test:integration": "nightwatch tests --skip", "clean": "rm -rf build", "storybook": "node ./storybook.js", "prettier": "prettier --single-quote --trailing-comma es5 --bracket-spacing false --semi false --write \"{src,spec}/**/*.js\"; eslint src --fix"