Add SHOW DATABASES integration test with Nightwatch.js.

pull/1928/head
Hunter Trujillo 2017-08-08 22:43:16 -07:00 committed by Andrew Watkins
parent 0cb5523f5b
commit a25d19c850
1 changed files with 1 additions and 0 deletions

View File

@ -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"