summaryrefslogtreecommitdiff
path: root/web-ui/package.json
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-13 12:47:27 -0200
committerAnike Arni <aarni@thoughtworks.com>2017-02-13 12:47:27 -0200
commitab7bb58a77f8a3c1414825a761b16cf14561fba5 (patch)
tree769d119ec61b324253feca7975e911de1fae0063 /web-ui/package.json
parent0c39326bab0d09ed062b0c48e1ed5389289b3fc1 (diff)
[#922] Runs integration test in test script
with @tayanefernandes
Diffstat (limited to 'web-ui/package.json')
-rw-r--r--web-ui/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/package.json b/web-ui/package.json
index c223b88c..59697a55 100644
--- a/web-ui/package.json
+++ b/web-ui/package.json
@@ -74,7 +74,7 @@
"webpack": "^1.14.0"
},
"scripts": {
- "test": "npm run lint --silent && npm run build:statics --silent && npm run test:unit",
+ "test": "npm run lint --silent && npm run build:statics --silent && npm run test:unit && npm run test:integration",
"test:unit": "npm run test:coverage && npm run test:karma",
"test:integration": "mocha-webpack --webpack-config webpack.test.config.js --require test/integration/setup.js \"test/integration/**/*.spec.js\"",
"test:coverage": "NODE_ENV=test nyc --check-coverage npm run test:mocha",