Add SHOW DATABASES integration test with Nightwatch.js.

pull/1934/head
Hunter Trujillo 2017-08-08 22:43:16 -07:00 committed by Andrew Watkins
parent 458d3c60a2
commit 1715ef2d7a
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
"test:integration": "nightwatch tests --skip", "test:integration": "nightwatch tests --skip",
"test:lint": "yarn run lint; yarn run test", "test:lint": "yarn run lint; yarn run test",
"test:dev": "concurrently \"yarn run lint -- --watch\" \"yarn run test -- --no-single-run --reporters=verbose\"", "test:dev": "concurrently \"yarn run lint -- --watch\" \"yarn run test -- --no-single-run --reporters=verbose\"",
"test:integration": "nightwatch tests --skip",
"clean": "rm -rf build", "clean": "rm -rf build",
"storybook": "node ./storybook.js", "storybook": "node ./storybook.js",
"prettier": "prettier --single-quote --trailing-comma es5 --bracket-spacing false --semi false --write \"{src,spec}/**/*.js\"; eslint src --fix" "prettier": "prettier --single-quote --trailing-comma es5 --bracket-spacing false --semi false --write \"{src,spec}/**/*.js\"; eslint src --fix"