From 7fe1499dfb082045c5d7e3e76363a13e9d8e3618 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Fri, 10 Feb 2017 18:18:17 -0200 Subject: [#922] Adds integration test for translations with @tayanefernandes --- web-ui/package.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web-ui/package.json') diff --git a/web-ui/package.json b/web-ui/package.json index 06d0abae..c223b88c 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -38,6 +38,7 @@ "jquery": "^3.1.1", "jquery-file-upload": "^4.0.5", "jquery-ui": "^1.12.1", + "jsdom": "^9.10.0", "jshint": "2.9.2", "json-loader": "^0.5.4", "karma": "0.13.19", @@ -75,6 +76,7 @@ "scripts": { "test": "npm run lint --silent && npm run build:statics --silent && npm run test:unit", "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", "test:mocha": "mocha-webpack --webpack-config webpack.test.config.js \"test/unit/**/*.spec.js\"", "test:karma": "karma start --single-run $GRUNT_OPTS", -- cgit v1.2.3