diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-03-20 16:27:16 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-03-20 16:49:40 +0100 |
commit | dca0f6b36622162286f8a880e0ae73d509e53825 (patch) | |
tree | cbddcf8a2ab53478d3b240b1e2c7cdb958c65f5a /sonar-server/package.json | |
parent | 90431143eb37efe5bc25a5ffb414d0db97bf1ce9 (diff) | |
download | sonarqube-dca0f6b36622162286f8a880e0ae73d509e53825.tar.gz sonarqube-dca0f6b36622162286f8a880e0ae73d509e53825.zip |
Run JS tests on maven test phase
Diffstat (limited to 'sonar-server/package.json')
-rw-r--r-- | sonar-server/package.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sonar-server/package.json b/sonar-server/package.json index e6c05471709..2c134ac257e 100644 --- a/sonar-server/package.json +++ b/sonar-server/package.json @@ -14,13 +14,11 @@ "grunt-contrib-handlebars": "^0.7.0", "grunt-contrib-requirejs": "^0.4.3", "grunt-contrib-watch": "~0.5.3", - "grunt-contrib-uglify": "^0.4.0" + "grunt-contrib-uglify": "^0.4.0", + "grunt-karma": "~0.6.2" }, "engines": { "node": "~0.8 || ~0.10" }, - "scripts": { - "test": "./node_modules/.bin/karma start --single-run" - }, "assets": "src/main/webapp/" } |