diff --git a/ui/package.json b/ui/package.json index bb9909e6e..c57d4a647 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"